Html Css Color HEX #CFE09D Reef

📋 copy color: '#CFE09D'

red 207 ◦ green 224 ◦ blue 157

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

Shades of Reef #CFE09D

Tints of Reef #CFE09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.7%

R = 35.2%
G = 38.1%
B = 26.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#CFE09D (or 0xCFE09D) is known color: Reef. HEX triplet: CF, E0 and 9D. RGB value is (207,224,157). Sum of RGB (Red+Green+Blue) = 207+224+157=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE09D is #301F62. Grayscale: #D3D3D3. Windows color (decimal): -3153763 or 10346703. OLE color: 10346703.

HSL color Cylindrical-coordinate representation of color #CFE09D: hue angle of 75.22º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE09D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 157 -
CMYK 0.08 0 0.30 0.12
HSL 75.22º 0.52% 0.75% -
HSV(B) 75.22º 0.3% 0.88% -
XYZ 58.47 69.01 42.14 -
YUV 211.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 207 224 157 0.08 0 0.30 0.12 75.22 0.52 0.75
Hex CF E0 9D 8 0 1E C 4B 34 4B
Octal 317 340 235 10 0 36 14 113 64 113
Binary 11001111 11100000 10011101 1000 0 11110 1100 1001011 110100 1001011

Color Harmonies of #CFE09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE09D

Black with #CFE09D

Text Example


Text Example

White with #CFE09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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