Html Css Color HEX #CFE996 Reef

📋 copy color: '#CFE996'

red 207 ◦ green 233 ◦ blue 150

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

Shades of Reef #CFE996

Tints of Reef #CFE996

RGB

 RED value IS 207 (81.25% from 255) = 35.08%

 GREEN value IS 233 (91.41% from 255) = 39.49%

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

R = 35.08%
G = 39.49%
B = 25.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CFE996 (or 0xCFE996) is known color: Reef. HEX triplet: CF, E9 and 96. RGB value is (207,233,150). Sum of RGB (Red+Green+Blue) = 207+233+150=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE996 is #301669. Grayscale: #D8D8D8. Windows color (decimal): -3151466 or 9890255. OLE color: 9890255.

HSL color Cylindrical-coordinate representation of color #CFE996: hue angle of 78.8º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE996 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 150 -
CMYK 0.11 0 0.36 0.09
HSL 78.8º 0.65% 0.75% -
HSV(B) 78.8º 0.36% 0.91% -
XYZ 60.38 73.75 39.91 -
YUV 215.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 207 233 150 0.11 0 0.36 0.09 78.8 0.65 0.75
Hex CF E9 96 B 0 24 9 4F 41 4B
Octal 317 351 226 13 0 44 11 117 101 113
Binary 11001111 11101001 10010110 1011 0 100100 1001 1001111 1000001 1001011

Color Harmonies of #CFE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE996

Black with #CFE996

Text Example


Text Example

White with #CFE996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE996; }

 p { color: rgb(207,233,150); }

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

background-color css

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

 a { background-color: rgb(207,233,150); }

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

border-color css

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

 span { border-color: rgb(207,233,150); }

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