Html Css Color HEX #CEDF95 Reef

📋 copy color: '#CEDF95'

red 206 ◦ green 223 ◦ blue 149

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

Shades of Reef #CEDF95

Tints of Reef #CEDF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 35.64%
G = 38.58%
B = 25.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#CEDF95 (or 0xCEDF95) is known color: Reef. HEX triplet: CE, DF and 95. RGB value is (206,223,149). Sum of RGB (Red+Green+Blue) = 206+223+149=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF95 is #31206A. Grayscale: #D1D1D1. Windows color (decimal): -3219563 or 9822158. OLE color: 9822158.

HSL color Cylindrical-coordinate representation of color #CEDF95: hue angle of 73.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEDF95 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 149 -
CMYK 0.08 0 0.33 0.13
HSL 73.78º 0.54% 0.73% -
HSV(B) 73.78º 0.33% 0.87% -
XYZ 57.27 68.07 38.55 -
YUV 209.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 206 223 149 0.08 0 0.33 0.13 73.78 0.54 0.73
Hex CE DF 95 8 0 21 D 4A 36 49
Octal 316 337 225 10 0 41 15 112 66 111
Binary 11001110 11011111 10010101 1000 0 100001 1101 1001010 110110 1001001

Color Harmonies of #CEDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF95

Black with #CEDF95

Text Example


Text Example

White with #CEDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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