Html Css Color HEX #CFE097 Reef

📋 copy color: '#CFE097'

red 207 ◦ green 224 ◦ blue 151

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

Shades of Reef #CFE097

Tints of Reef #CFE097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.95%

R = 35.57%
G = 38.49%
B = 25.95%

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

#CFE097 (or 0xCFE097) is known color: Reef. HEX triplet: CF, E0 and 97. RGB value is (207,224,151). Sum of RGB (Red+Green+Blue) = 207+224+151=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE097 is #301F68. Grayscale: #D2D2D2. Windows color (decimal): -3153769 or 9953487. OLE color: 9953487.

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

Color convert

RGB 207 224 151 -
CMYK 0.08 0 0.33 0.12
HSL 73.97º 0.54% 0.74% -
HSV(B) 73.97º 0.33% 0.88% -
XYZ 57.97 68.81 39.5 -
YUV 210.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 207 224 151 0.08 0 0.33 0.12 73.97 0.54 0.74
Hex CF E0 97 8 0 21 C 4A 36 4A
Octal 317 340 227 10 0 41 14 112 66 112
Binary 11001111 11100000 10010111 1000 0 100001 1100 1001010 110110 1001010

Color Harmonies of #CFE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE097

Black with #CFE097

Text Example


Text Example

White with #CFE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE097; }

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

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

background-color css

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

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

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

border-color css

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

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

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