Html Css Color HEX #CEF996 Reef

📋 copy color: '#CEF996'

red 206 ◦ green 249 ◦ blue 150

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

Shades of Reef #CEF996

Tints of Reef #CEF996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.79%

R = 34.05%
G = 41.16%
B = 24.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#CEF996 (or 0xCEF996) is known color: Reef. HEX triplet: CE, F9 and 96. RGB value is (206,249,150). Sum of RGB (Red+Green+Blue) = 206+249+150=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF996 is #310669. Grayscale: #E1E1E1. Windows color (decimal): -3212906 or 9894350. OLE color: 9894350.

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

Color convert

RGB 206 249 150 -
CMYK 0.17 0 0.40 0.02
HSL 86.06º 0.89% 0.78% -
HSV(B) 86.06º 0.4% 0.98% -
XYZ 64.83 83.08 41.47 -
YUV 224.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 206 249 150 0.17 0 0.40 0.02 86.06 0.89 0.78
Hex CE F9 96 11 0 28 2 56 59 4E
Octal 316 371 226 21 0 50 2 126 131 116
Binary 11001110 11111001 10010110 10001 0 101000 10 1010110 1011001 1001110

Color Harmonies of #CEF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF996

Black with #CEF996

Text Example


Text Example

White with #CEF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF996; }

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

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

background-color css

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

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

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

border-color css

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

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

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