Html Css Color HEX #CFE096 Reef

📋 copy color: '#CFE096'

red 207 ◦ green 224 ◦ blue 150

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

Shades of Reef #CFE096

Tints of Reef #CFE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.55%

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

R = 35.63%
G = 38.55%
B = 25.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CFE096 (or 0xCFE096) is known color: Reef. HEX triplet: CF, E0 and 96. RGB value is (207,224,150). Sum of RGB (Red+Green+Blue) = 207+224+150=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE096 is #301F69. Grayscale: #D2D2D2. Windows color (decimal): -3153770 or 9887951. OLE color: 9887951.

HSL color Cylindrical-coordinate representation of color #CFE096: hue angle of 73.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE096 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 150 -
CMYK 0.08 0 0.33 0.12
HSL 73.78º 0.54% 0.73% -
HSV(B) 73.78º 0.33% 0.88% -
XYZ 57.89 68.78 39.08 -
YUV 210.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 207 224 150 0.08 0 0.33 0.12 73.78 0.54 0.73
Hex CF E0 96 8 0 21 C 4A 36 49
Octal 317 340 226 10 0 41 14 112 66 111
Binary 11001111 11100000 10010110 1000 0 100001 1100 1001010 110110 1001001

Color Harmonies of #CFE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE096

Black with #CFE096

Text Example


Text Example

White with #CFE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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