Html Css Color HEX #CEF099 Reef

📋 copy color: '#CEF099'

red 206 ◦ green 240 ◦ blue 153

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

Shades of Reef #CEF099

Tints of Reef #CEF099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.54%

R = 34.39%
G = 40.07%
B = 25.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#CEF099 (or 0xCEF099) is known color: Reef. HEX triplet: CE, F0 and 99. RGB value is (206,240,153). Sum of RGB (Red+Green+Blue) = 206+240+153=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF099 is #310F66. Grayscale: #DCDCDC. Windows color (decimal): -3215207 or 10088654. OLE color: 10088654.

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

Color convert

RGB 206 240 153 -
CMYK 0.14 0 0.36 0.06
HSL 83.45º 0.74% 0.77% -
HSV(B) 83.45º 0.36% 0.94% -
XYZ 62.36 77.74 41.86 -
YUV 219.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 206 240 153 0.14 0 0.36 0.06 83.45 0.74 0.77
Hex CE F0 99 E 0 24 6 53 4A 4D
Octal 316 360 231 16 0 44 6 123 112 115
Binary 11001110 11110000 10011001 1110 0 100100 110 1010011 1001010 1001101

Color Harmonies of #CEF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF099

Black with #CEF099

Text Example


Text Example

White with #CEF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF099; }

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

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

background-color css

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

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

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

border-color css

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

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

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