Html Css Color HEX #CFF08E Reef

📋 copy color: '#CFF08E'

red 207 ◦ green 240 ◦ blue 142

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

Shades of Reef #CFF08E

Tints of Reef #CFF08E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

 BLUE value IS 142 (55.86% from 255) = 24.11%

R = 35.14%
G = 40.75%
B = 24.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#CFF08E (or 0xCFF08E) is known color: Reef. HEX triplet: CF, F0 and 8E. RGB value is (207,240,142). Sum of RGB (Red+Green+Blue) = 207+240+142=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF08E is #300F71. Grayscale: #DBDBDB. Windows color (decimal): -3149682 or 9367759. OLE color: 9367759.

HSL color Cylindrical-coordinate representation of color #CFF08E: hue angle of 80.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF08E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 142 -
CMYK 0.14 0 0.41 0.06
HSL 80.2º 0.77% 0.75% -
HSV(B) 80.2º 0.41% 0.94% -
XYZ 61.77 77.54 37.3 -
YUV 218.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 207 240 142 0.14 0 0.41 0.06 80.2 0.77 0.75
Hex CF F0 8E E 0 29 6 50 4D 4B
Octal 317 360 216 16 0 51 6 120 115 113
Binary 11001111 11110000 10001110 1110 0 101001 110 1010000 1001101 1001011

Color Harmonies of #CFF08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF08E

Black with #CFF08E

Text Example


Text Example

White with #CFF08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF08E; }

 p { color: rgb(207,240,142); }

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

background-color css

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

 a { background-color: rgb(207,240,142); }

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

border-color css

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

 span { border-color: rgb(207,240,142); }

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