Html Css Color HEX #DEFF96 Reef

📋 copy color: '#DEFF96'

red 222 ◦ green 255 ◦ blue 150

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

Shades of Reef #DEFF96

Tints of Reef #DEFF96

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 150 (58.98% from 255) = 23.92%

R = 35.41%
G = 40.67%
B = 23.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#DEFF96 (or 0xDEFF96) is known color: Reef. HEX triplet: DE, FF and 96. RGB value is (222,255,150). Sum of RGB (Red+Green+Blue) = 222+255+150=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF96 is #210069. Grayscale: #E9E9E9. Windows color (decimal): -2162794 or 9895902. OLE color: 9895902.

HSL color Cylindrical-coordinate representation of color #DEFF96: hue angle of 78.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEFF96 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 150 -
CMYK 0.13 0 0.41 0
HSL 78.86º 1% 0.79% -
HSV(B) 78.86º 0.41% 1% -
XYZ 71.39 89.25 42.32 -
YUV 233.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 222 255 150 0.13 0 0.41 0 78.86 1 0.79
Hex DE FF 96 D 0 29 0 4F 64 4F
Octal 336 377 226 15 0 51 0 117 144 117
Binary 11011110 11111111 10010110 1101 0 101001 0 1001111 1100100 1001111

Color Harmonies of #DEFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF96

Black with #DEFF96

Text Example


Text Example

White with #DEFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF96; }

 p { color: rgb(222,255,150); }

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

background-color css

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

 a { background-color: rgb(222,255,150); }

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

border-color css

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

 span { border-color: rgb(222,255,150); }

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