Html Css Color HEX #CEF497 Reef

📋 copy color: '#CEF497'

red 206 ◦ green 244 ◦ blue 151

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

Shades of Reef #CEF497

Tints of Reef #CEF497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.6%

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

R = 34.28%
G = 40.6%
B = 25.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CEF497 (or 0xCEF497) is known color: Reef. HEX triplet: CE, F4 and 97. RGB value is (206,244,151). Sum of RGB (Red+Green+Blue) = 206+244+151=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF497 is #310B68. Grayscale: #DEDEDE. Windows color (decimal): -3214185 or 9958606. OLE color: 9958606.

HSL color Cylindrical-coordinate representation of color #CEF497: hue angle of 84.52º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF497 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 244 151 -
CMYK 0.16 0 0.38 0.04
HSL 84.52º 0.81% 0.77% -
HSV(B) 84.52º 0.38% 0.96% -
XYZ 63.39 80.06 41.39 -
YUV 222.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 206 244 151 0.16 0 0.38 0.04 84.52 0.81 0.77
Hex CE F4 97 10 0 26 4 55 51 4D
Octal 316 364 227 20 0 46 4 125 121 115
Binary 11001110 11110100 10010111 10000 0 100110 100 1010101 1010001 1001101

Color Harmonies of #CEF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF497

Black with #CEF497

Text Example


Text Example

White with #CEF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF497; }

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

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

background-color css

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

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

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

border-color css

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

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

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