Html Css Color HEX #CEF299 Reef

📋 copy color: '#CEF299'

red 206 ◦ green 242 ◦ blue 153

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

Shades of Reef #CEF299

Tints of Reef #CEF299

RGB

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

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

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

R = 34.28%
G = 40.27%
B = 25.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CEF299 (or 0xCEF299) is known color: Reef. HEX triplet: CE, F2 and 99. RGB value is (206,242,153). Sum of RGB (Red+Green+Blue) = 206+242+153=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF299 is #310D66. Grayscale: #DDDDDD. Windows color (decimal): -3214695 or 10089166. OLE color: 10089166.

HSL color Cylindrical-coordinate representation of color #CEF299: hue angle of 84.27º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF299 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 153 -
CMYK 0.15 0 0.37 0.05
HSL 84.27º 0.77% 0.77% -
HSV(B) 84.27º 0.37% 0.95% -
XYZ 62.96 78.93 42.05 -
YUV 221.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 206 242 153 0.15 0 0.37 0.05 84.27 0.77 0.77
Hex CE F2 99 F 0 25 5 54 4D 4D
Octal 316 362 231 17 0 45 5 124 115 115
Binary 11001110 11110010 10011001 1111 0 100101 101 1010100 1001101 1001101

Color Harmonies of #CEF299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF299

Black with #CEF299

Text Example


Text Example

White with #CEF299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF299; }

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

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

background-color css

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

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

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

border-color css

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

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

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