Html Css Color HEX #CEF396 Reef

📋 copy color: '#CEF396'

red 206 ◦ green 243 ◦ blue 150

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

Shades of Reef #CEF396

Tints of Reef #CEF396

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.57%

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

R = 34.39%
G = 40.57%
B = 25.04%

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

#CEF396 (or 0xCEF396) is known color: Reef. HEX triplet: CE, F3 and 96. RGB value is (206,243,150). Sum of RGB (Red+Green+Blue) = 206+243+150=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF396 is #310C69. Grayscale: #DDDDDD. Windows color (decimal): -3214442 or 9892814. OLE color: 9892814.

HSL color Cylindrical-coordinate representation of color #CEF396: hue angle of 83.87º degrees, saturation: 0.79, 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 #CEF396 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 150 -
CMYK 0.15 0 0.38 0.05
HSL 83.87º 0.79% 0.77% -
HSV(B) 83.87º 0.38% 0.95% -
XYZ 63.01 79.43 40.86 -
YUV 221.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 206 243 150 0.15 0 0.38 0.05 83.87 0.79 0.77
Hex CE F3 96 F 0 26 5 54 4F 4D
Octal 316 363 226 17 0 46 5 124 117 115
Binary 11001110 11110011 10010110 1111 0 100110 101 1010100 1001111 1001101

Color Harmonies of #CEF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF396

Black with #CEF396

Text Example


Text Example

White with #CEF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF396; }

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

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

background-color css

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

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

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

border-color css

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

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

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