Html Css Color HEX #CEF097 Reef

📋 copy color: '#CEF097'

red 206 ◦ green 240 ◦ blue 151

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

Shades of Reef #CEF097

Tints of Reef #CEF097

RGB

 RED value IS 206 (80.86% from 255) = 34.51%

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

 BLUE value IS 151 (59.38% from 255) = 25.29%

R = 34.51%
G = 40.2%
B = 25.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CEF097 (or 0xCEF097) is known color: Reef. HEX triplet: CE, F0 and 97. RGB value is (206,240,151). Sum of RGB (Red+Green+Blue) = 206+240+151=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF097 is #310F68. Grayscale: #DCDCDC. Windows color (decimal): -3215209 or 9957582. OLE color: 9957582.

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

Color convert

RGB 206 240 151 -
CMYK 0.14 0 0.37 0.06
HSL 82.92º 0.75% 0.77% -
HSV(B) 82.92º 0.37% 0.94% -
XYZ 62.2 77.68 40.99 -
YUV 219.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 206 240 151 0.14 0 0.37 0.06 82.92 0.75 0.77
Hex CE F0 97 E 0 25 6 53 4B 4D
Octal 316 360 227 16 0 45 6 123 113 115
Binary 11001110 11110000 10010111 1110 0 100101 110 1010011 1001011 1001101

Color Harmonies of #CEF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF097

Black with #CEF097

Text Example


Text Example

White with #CEF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF097; }

 p { color: rgb(206,240,151); }

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

background-color css

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

 a { background-color: rgb(206,240,151); }

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

border-color css

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

 span { border-color: rgb(206,240,151); }

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