Html Css Color HEX #CFE49F Reef

📋 copy color: '#CFE49F'

red 207 ◦ green 228 ◦ blue 159

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

Shades of Reef #CFE49F

Tints of Reef #CFE49F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 159 (62.5% from 255) = 26.77%

R = 34.85%
G = 38.38%
B = 26.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#CFE49F (or 0xCFE49F) is known color: Reef. HEX triplet: CF, E4 and 9F. RGB value is (207,228,159). Sum of RGB (Red+Green+Blue) = 207+228+159=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49F is #301B60. Grayscale: #D6D6D6. Windows color (decimal): -3152737 or 10478799. OLE color: 10478799.

HSL color Cylindrical-coordinate representation of color #CFE49F: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE49F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 159 -
CMYK 0.09 0 0.30 0.11
HSL 78.26º 0.56% 0.76% -
HSV(B) 78.26º 0.3% 0.89% -
XYZ 59.73 71.26 43.41 -
YUV 213.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 207 228 159 0.09 0 0.30 0.11 78.26 0.56 0.76
Hex CF E4 9F 9 0 1E B 4E 38 4C
Octal 317 344 237 11 0 36 13 116 70 114
Binary 11001111 11100100 10011111 1001 0 11110 1011 1001110 111000 1001100

Color Harmonies of #CFE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE49F

Black with #CFE49F

Text Example


Text Example

White with #CFE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE49F; }

 p { color: rgb(207,228,159); }

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

background-color css

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

 a { background-color: rgb(207,228,159); }

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

border-color css

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

 span { border-color: rgb(207,228,159); }

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