Html Css Color HEX #DEFF9B Reef

📋 copy color: '#DEFF9B'

red 222 ◦ green 255 ◦ blue 155

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

Shades of Reef #DEFF9B

Tints of Reef #DEFF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.53%

R = 35.13%
G = 40.35%
B = 24.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#DEFF9B (or 0xDEFF9B) is known color: Reef. HEX triplet: DE, FF and 9B. RGB value is (222,255,155). Sum of RGB (Red+Green+Blue) = 222+255+155=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF9B is #210064. Grayscale: #EAEAEA. Windows color (decimal): -2162789 or 10223582. OLE color: 10223582.

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

Color convert

RGB 222 255 155 -
CMYK 0.13 0 0.39 0
HSL 79.8º 1% 0.8% -
HSV(B) 79.8º 0.39% 1% -
XYZ 71.8 89.42 44.49 -
YUV 233.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 222 255 155 0.13 0 0.39 0 79.8 1 0.8
Hex DE FF 9B D 0 27 0 50 64 50
Octal 336 377 233 15 0 47 0 120 144 120
Binary 11011110 11111111 10011011 1101 0 100111 0 1010000 1100100 1010000

Color Harmonies of #DEFF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF9B

Black with #DEFF9B

Text Example


Text Example

White with #DEFF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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