Html Css Color HEX #DEE235 Starship

📋 copy color: '#DEE235'

red 222 ◦ green 226 ◦ blue 53

#DEE235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DEE235

Tints of Starship #DEE235

RGB

 RED value IS 222 (87.11% from 255) = 44.31%

 GREEN value IS 226 (88.67% from 255) = 45.11%

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 44.31%
G = 45.11%
B = 10.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEE235 (or 0xDEE235) is known color: Starship. HEX triplet: DE, E2 and 35. RGB value is (222,226,53). Sum of RGB (Red+Green+Blue) = 222+226+53=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE235 is #211DCA. Grayscale: #CDCDCD. Windows color (decimal): -2170315 or 3531486. OLE color: 3531486.

HSL color Cylindrical-coordinate representation of color #DEE235: hue angle of 61.39º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEE235 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 53 -
CMYK 0.02 0 0.77 0.11
HSL 61.39º 0.75% 0.55% -
HSV(B) 61.39º 0.77% 0.89% -
XYZ 57.96 70.18 13.86 -
YUV 205.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 222 226 53 0.02 0 0.77 0.11 61.39 0.75 0.55
Hex DE E2 35 2 0 4D B 3D 4B 37
Octal 336 342 65 2 0 115 13 75 113 67
Binary 11011110 11100010 110101 10 0 1001101 1011 111101 1001011 110111

Color Harmonies of #DEE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE235

Black with #DEE235

Text Example


Text Example

White with #DEE235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE235; }

 p { color: rgb(222,226,53); }

 H1.HeaderClassName
 {
   color: #DEE235;
 }
 .AnyTagClassName
 {
   color: #DEE235;
 }
</style>

background-color css

<style>
 a { background-color: #DEE235; }

 a { background-color: rgb(222,226,53); }

 div.DivClassName
 {
   background-color: #DEE235;
 }
 .BgClassName
 {
   background-color: #DEE235;
 }
</style>

border-color css

<style>
 span { border-color: #DEE235; }

 span { border-color: rgb(222,226,53); }

 td.TdClassName
 {
   border-color: #DEE235;
 }
 .TagClassName
 {
   border-color: #DEE235;
 }
</style>