Html Css Color HEX #CEF895 Reef

📋 copy color: '#CEF895'

red 206 ◦ green 248 ◦ blue 149

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

Shades of Reef #CEF895

Tints of Reef #CEF895

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.13%

 BLUE value IS 149 (58.59% from 255) = 24.71%

R = 34.16%
G = 41.13%
B = 24.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CEF895 (or 0xCEF895) is known color: Reef. HEX triplet: CE, F8 and 95. RGB value is (206,248,149). Sum of RGB (Red+Green+Blue) = 206+248+149=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF895 is #31076A. Grayscale: #E0E0E0. Windows color (decimal): -3213163 or 9828558. OLE color: 9828558.

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

Color convert

RGB 206 248 149 -
CMYK 0.17 0 0.40 0.03
HSL 85.45º 0.88% 0.78% -
HSV(B) 85.45º 0.4% 0.97% -
XYZ 64.45 82.43 40.95 -
YUV 224.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 206 248 149 0.17 0 0.40 0.03 85.45 0.88 0.78
Hex CE F8 95 11 0 28 3 55 58 4E
Octal 316 370 225 21 0 50 3 125 130 116
Binary 11001110 11111000 10010101 10001 0 101000 11 1010101 1011000 1001110

Color Harmonies of #CEF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF895

Black with #CEF895

Text Example


Text Example

White with #CEF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF895; }

 p { color: rgb(206,248,149); }

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

background-color css

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

 a { background-color: rgb(206,248,149); }

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

border-color css

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

 span { border-color: rgb(206,248,149); }

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