Html Css Color HEX #CEF995 Reef

📋 copy color: '#CEF995'

red 206 ◦ green 249 ◦ blue 149

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

Shades of Reef #CEF995

Tints of Reef #CEF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.23%

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

R = 34.11%
G = 41.23%
B = 24.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#CEF995 (or 0xCEF995) is known color: Reef. HEX triplet: CE, F9 and 95. RGB value is (206,249,149). Sum of RGB (Red+Green+Blue) = 206+249+149=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF995 is #31066A. Grayscale: #E1E1E1. Windows color (decimal): -3212907 or 9828814. OLE color: 9828814.

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

Color convert

RGB 206 249 149 -
CMYK 0.17 0 0.40 0.02
HSL 85.8º 0.89% 0.78% -
HSV(B) 85.8º 0.4% 0.98% -
XYZ 64.75 83.04 41.05 -
YUV 224.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 206 249 149 0.17 0 0.40 0.02 85.8 0.89 0.78
Hex CE F9 95 11 0 28 2 56 59 4E
Octal 316 371 225 21 0 50 2 126 131 116
Binary 11001110 11111001 10010101 10001 0 101000 10 1010110 1011001 1001110

Color Harmonies of #CEF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF995

Black with #CEF995

Text Example


Text Example

White with #CEF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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