Html Css Color HEX #CEF296 Reef

📋 copy color: '#CEF296'

red 206 ◦ green 242 ◦ blue 150

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

Shades of Reef #CEF296

Tints of Reef #CEF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

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

R = 34.45%
G = 40.47%
B = 25.08%

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

#CEF296 (or 0xCEF296) is known color: Reef. HEX triplet: CE, F2 and 96. RGB value is (206,242,150). Sum of RGB (Red+Green+Blue) = 206+242+150=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF296 is #310D69. Grayscale: #DDDDDD. Windows color (decimal): -3214698 or 9892558. OLE color: 9892558.

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

Color convert

RGB 206 242 150 -
CMYK 0.15 0 0.38 0.05
HSL 83.48º 0.78% 0.77% -
HSV(B) 83.48º 0.38% 0.95% -
XYZ 62.71 78.83 40.76 -
YUV 220.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 206 242 150 0.15 0 0.38 0.05 83.48 0.78 0.77
Hex CE F2 96 F 0 26 5 53 4E 4D
Octal 316 362 226 17 0 46 5 123 116 115
Binary 11001110 11110010 10010110 1111 0 100110 101 1010011 1001110 1001101

Color Harmonies of #CEF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF296

Black with #CEF296

Text Example


Text Example

White with #CEF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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