Html Css Color HEX #CFE29F Reef

📋 copy color: '#CFE29F'

red 207 ◦ green 226 ◦ blue 159

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

Shades of Reef #CFE29F

Tints of Reef #CFE29F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.18%

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

R = 34.97%
G = 38.18%
B = 26.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#CFE29F (or 0xCFE29F) is known color: Reef. HEX triplet: CF, E2 and 9F. RGB value is (207,226,159). Sum of RGB (Red+Green+Blue) = 207+226+159=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE29F is #301D60. Grayscale: #D4D4D4. Windows color (decimal): -3153249 or 10478287. OLE color: 10478287.

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

Color convert

RGB 207 226 159 -
CMYK 0.08 0 0.30 0.11
HSL 77.01º 0.54% 0.75% -
HSV(B) 77.01º 0.3% 0.89% -
XYZ 59.19 70.16 43.22 -
YUV 212.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 207 226 159 0.08 0 0.30 0.11 77.01 0.54 0.75
Hex CF E2 9F 8 0 1E B 4D 36 4B
Octal 317 342 237 10 0 36 13 115 66 113
Binary 11001111 11100010 10011111 1000 0 11110 1011 1001101 110110 1001011

Color Harmonies of #CFE29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE29F

Black with #CFE29F

Text Example


Text Example

White with #CFE29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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