Html Css Color HEX #CFEA99 Reef

📋 copy color: '#CFEA99'

red 207 ◦ green 234 ◦ blue 153

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

Shades of Reef #CFEA99

Tints of Reef #CFEA99

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.39%

 BLUE value IS 153 (60.16% from 255) = 25.76%

R = 34.85%
G = 39.39%
B = 25.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#CFEA99 (or 0xCFEA99) is known color: Reef. HEX triplet: CF, EA and 99. RGB value is (207,234,153). Sum of RGB (Red+Green+Blue) = 207+234+153=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA99 is #301566. Grayscale: #D8D8D8. Windows color (decimal): -3151207 or 10087119. OLE color: 10087119.

HSL color Cylindrical-coordinate representation of color #CFEA99: hue angle of 80º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFEA99 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 153 -
CMYK 0.12 0 0.35 0.08
HSL 80º 0.66% 0.76% -
HSV(B) 80º 0.35% 0.92% -
XYZ 60.9 74.41 41.29 -
YUV 216.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 207 234 153 0.12 0 0.35 0.08 80 0.66 0.76
Hex CF EA 99 C 0 23 8 50 42 4C
Octal 317 352 231 14 0 43 10 120 102 114
Binary 11001111 11101010 10011001 1100 0 100011 1000 1010000 1000010 1001100

Color Harmonies of #CFEA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA99

Black with #CFEA99

Text Example


Text Example

White with #CFEA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA99; }

 p { color: rgb(207,234,153); }

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

background-color css

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

 a { background-color: rgb(207,234,153); }

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

border-color css

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

 span { border-color: rgb(207,234,153); }

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