Html Css Color HEX #CEF795 Reef

📋 copy color: '#CEF795'

red 206 ◦ green 247 ◦ blue 149

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

Shades of Reef #CEF795

Tints of Reef #CEF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.03%

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

R = 34.22%
G = 41.03%
B = 24.75%

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

#CEF795 (or 0xCEF795) is known color: Reef. HEX triplet: CE, F7 and 95. RGB value is (206,247,149). Sum of RGB (Red+Green+Blue) = 206+247+149=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF795 is #31086A. Grayscale: #DFDFDF. Windows color (decimal): -3213419 or 9828302. OLE color: 9828302.

HSL color Cylindrical-coordinate representation of color #CEF795: hue angle of 85.1º degrees, saturation: 0.86, 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 #CEF795 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 149 -
CMYK 0.17 0 0.40 0.03
HSL 85.1º 0.86% 0.78% -
HSV(B) 85.1º 0.4% 0.97% -
XYZ 64.14 81.81 40.84 -
YUV 223.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 206 247 149 0.17 0 0.40 0.03 85.1 0.86 0.78
Hex CE F7 95 11 0 28 3 55 56 4E
Octal 316 367 225 21 0 50 3 125 126 116
Binary 11001110 11110111 10010101 10001 0 101000 11 1010101 1010110 1001110

Color Harmonies of #CEF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF795

Black with #CEF795

Text Example


Text Example

White with #CEF795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF795; }

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

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

background-color css

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

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

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

border-color css

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

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

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