Html Css Color HEX #CEF297 Reef

📋 copy color: '#CEF297'

red 206 ◦ green 242 ◦ blue 151

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

Shades of Reef #CEF297

Tints of Reef #CEF297

RGB

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

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

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

R = 34.39%
G = 40.4%
B = 25.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CEF297 (or 0xCEF297) is known color: Reef. HEX triplet: CE, F2 and 97. RGB value is (206,242,151). Sum of RGB (Red+Green+Blue) = 206+242+151=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF297 is #310D68. Grayscale: #DDDDDD. Windows color (decimal): -3214697 or 9958094. OLE color: 9958094.

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

Color convert

RGB 206 242 151 -
CMYK 0.15 0 0.38 0.05
HSL 83.74º 0.78% 0.77% -
HSV(B) 83.74º 0.38% 0.95% -
XYZ 62.79 78.86 41.19 -
YUV 220.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 206 242 151 0.15 0 0.38 0.05 83.74 0.78 0.77
Hex CE F2 97 F 0 26 5 54 4E 4D
Octal 316 362 227 17 0 46 5 124 116 115
Binary 11001110 11110010 10010111 1111 0 100110 101 1010100 1001110 1001101

Color Harmonies of #CEF297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF297

Black with #CEF297

Text Example


Text Example

White with #CEF297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF297; }

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

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

background-color css

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

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

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

border-color css

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

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

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