Html Css Color HEX #CEF997 Reef

📋 copy color: '#CEF997'

red 206 ◦ green 249 ◦ blue 151

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

Shades of Reef #CEF997

Tints of Reef #CEF997

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.09%

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

R = 33.99%
G = 41.09%
B = 24.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#CEF997 (or 0xCEF997) is known color: Reef. HEX triplet: CE, F9 and 97. RGB value is (206,249,151). Sum of RGB (Red+Green+Blue) = 206+249+151=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF997 is #310668. Grayscale: #E1E1E1. Windows color (decimal): -3212905 or 9959886. OLE color: 9959886.

HSL color Cylindrical-coordinate representation of color #CEF997: hue angle of 86.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF997 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 151 -
CMYK 0.17 0 0.39 0.02
HSL 86.33º 0.89% 0.78% -
HSV(B) 86.33º 0.39% 0.98% -
XYZ 64.92 83.11 41.9 -
YUV 224.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 206 249 151 0.17 0 0.39 0.02 86.33 0.89 0.78
Hex CE F9 97 11 0 27 2 56 59 4E
Octal 316 371 227 21 0 47 2 126 131 116
Binary 11001110 11111001 10010111 10001 0 100111 10 1010110 1011001 1001110

Color Harmonies of #CEF997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF997

Black with #CEF997

Text Example


Text Example

White with #CEF997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF997; }

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

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

background-color css

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

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

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

border-color css

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

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

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