Html Css Color HEX #DEEF40 Starship

📋 copy color: '#DEEF40'

red 222 ◦ green 239 ◦ blue 64

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

Shades of Starship #DEEF40

Tints of Starship #DEEF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.52%

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 42.29%
G = 45.52%
B = 12.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#DEEF40 (or 0xDEEF40) is known color: Starship. HEX triplet: DE, EF and 40. RGB value is (222,239,64). Sum of RGB (Red+Green+Blue) = 222+239+64=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF40 is #2110BF. Grayscale: #D6D6D6. Windows color (decimal): -2166976 or 4255710. OLE color: 4255710.

HSL color Cylindrical-coordinate representation of color #DEEF40: hue angle of 65.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEEF40 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 64 -
CMYK 0.07 0 0.73 0.06
HSL 65.83º 0.85% 0.59% -
HSV(B) 65.83º 0.73% 0.94% -
XYZ 61.92 77.63 16.57 -
YUV 213.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 222 239 64 0.07 0 0.73 0.06 65.83 0.85 0.59
Hex DE EF 40 7 0 49 6 42 55 3B
Octal 336 357 100 7 0 111 6 102 125 73
Binary 11011110 11101111 1000000 111 0 1001001 110 1000010 1010101 111011

Color Harmonies of #DEEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF40

Black with #DEEF40

Text Example


Text Example

White with #DEEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF40; }

 p { color: rgb(222,239,64); }

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

background-color css

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

 a { background-color: rgb(222,239,64); }

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

border-color css

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

 span { border-color: rgb(222,239,64); }

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