Html Css Color HEX #CFF29F Reef

📋 copy color: '#CFF29F'

red 207 ◦ green 242 ◦ blue 159

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

Shades of Reef #CFF29F

Tints of Reef #CFF29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.8%

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

R = 34.05%
G = 39.8%
B = 26.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#CFF29F (or 0xCFF29F) is known color: Reef. HEX triplet: CF, F2 and 9F. RGB value is (207,242,159). Sum of RGB (Red+Green+Blue) = 207+242+159=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF29F is #300D60. Grayscale: #DEDEDE. Windows color (decimal): -3149153 or 10482383. OLE color: 10482383.

HSL color Cylindrical-coordinate representation of color #CFF29F: hue angle of 85.3º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFF29F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 159 -
CMYK 0.14 0 0.34 0.05
HSL 85.3º 0.76% 0.79% -
HSV(B) 85.3º 0.34% 0.95% -
XYZ 63.74 79.27 44.74 -
YUV 222.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 207 242 159 0.14 0 0.34 0.05 85.3 0.76 0.79
Hex CF F2 9F E 0 22 5 55 4C 4F
Octal 317 362 237 16 0 42 5 125 114 117
Binary 11001111 11110010 10011111 1110 0 100010 101 1010101 1001100 1001111

Color Harmonies of #CFF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF29F

Black with #CFF29F

Text Example


Text Example

White with #CFF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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