Html Css Color HEX #CEF697 Reef

📋 copy color: '#CEF697'

red 206 ◦ green 246 ◦ blue 151

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

Shades of Reef #CEF697

Tints of Reef #CEF697

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.8%

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

R = 34.16%
G = 40.8%
B = 25.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CEF697 (or 0xCEF697) is known color: Reef. HEX triplet: CE, F6 and 97. RGB value is (206,246,151). Sum of RGB (Red+Green+Blue) = 206+246+151=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF697 is #310968. Grayscale: #DFDFDF. Windows color (decimal): -3213673 or 9959118. OLE color: 9959118.

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

Color convert

RGB 206 246 151 -
CMYK 0.16 0 0.39 0.04
HSL 85.26º 0.84% 0.78% -
HSV(B) 85.26º 0.39% 0.96% -
XYZ 64 81.27 41.59 -
YUV 223.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 206 246 151 0.16 0 0.39 0.04 85.26 0.84 0.78
Hex CE F6 97 10 0 27 4 55 54 4E
Octal 316 366 227 20 0 47 4 125 124 116
Binary 11001110 11110110 10010111 10000 0 100111 100 1010101 1010100 1001110

Color Harmonies of #CEF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF697

Black with #CEF697

Text Example


Text Example

White with #CEF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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