Html Css Color HEX #CFE99D Reef

📋 copy color: '#CFE99D'

red 207 ◦ green 233 ◦ blue 157

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

Shades of Reef #CFE99D

Tints of Reef #CFE99D

RGB

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

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

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

R = 34.67%
G = 39.03%
B = 26.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#CFE99D (or 0xCFE99D) is known color: Reef. HEX triplet: CF, E9 and 9D. RGB value is (207,233,157). Sum of RGB (Red+Green+Blue) = 207+233+157=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99D is #301662. Grayscale: #D8D8D8. Windows color (decimal): -3151459 or 10349007. OLE color: 10349007.

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

Color convert

RGB 207 233 157 -
CMYK 0.11 0 0.33 0.09
HSL 80.53º 0.63% 0.76% -
HSV(B) 80.53º 0.33% 0.91% -
XYZ 60.96 73.98 42.96 -
YUV 216.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 207 233 157 0.11 0 0.33 0.09 80.53 0.63 0.76
Hex CF E9 9D B 0 21 9 51 3F 4C
Octal 317 351 235 13 0 41 11 121 77 114
Binary 11001111 11101001 10011101 1011 0 100001 1001 1010001 111111 1001100

Color Harmonies of #CFE99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE99D

Black with #CFE99D

Text Example


Text Example

White with #CFE99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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