Html Css Color HEX #CEF096 Reef

📋 copy color: '#CEF096'

red 206 ◦ green 240 ◦ blue 150

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

Shades of Reef #CEF096

Tints of Reef #CEF096

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

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

R = 34.56%
G = 40.27%
B = 25.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CEF096 (or 0xCEF096) is known color: Reef. HEX triplet: CE, F0 and 96. RGB value is (206,240,150). Sum of RGB (Red+Green+Blue) = 206+240+150=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF096 is #310F69. Grayscale: #DBDBDB. Windows color (decimal): -3215210 or 9892046. OLE color: 9892046.

HSL color Cylindrical-coordinate representation of color #CEF096: hue angle of 82.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF096 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 150 -
CMYK 0.14 0 0.37 0.06
HSL 82.67º 0.75% 0.76% -
HSV(B) 82.67º 0.38% 0.94% -
XYZ 62.12 77.64 40.57 -
YUV 219.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 206 240 150 0.14 0 0.37 0.06 82.67 0.75 0.76
Hex CE F0 96 E 0 25 6 53 4B 4C
Octal 316 360 226 16 0 45 6 123 113 114
Binary 11001110 11110000 10010110 1110 0 100101 110 1010011 1001011 1001100

Color Harmonies of #CEF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF096

Black with #CEF096

Text Example


Text Example

White with #CEF096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF096; }

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

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

background-color css

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

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

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

border-color css

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

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

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