Html Css Color HEX #CCDD95 Reef

📋 copy color: '#CCDD95'

red 204 ◦ green 221 ◦ blue 149

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

Shades of Reef #CCDD95

Tints of Reef #CCDD95

RGB

 RED value IS 204 (80.08% from 255) = 35.54%

 GREEN value IS 221 (86.72% from 255) = 38.5%

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

R = 35.54%
G = 38.5%
B = 25.96%

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

#CCDD95 (or 0xCCDD95) is known color: Reef. HEX triplet: CC, DD and 95. RGB value is (204,221,149). Sum of RGB (Red+Green+Blue) = 204+221+149=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD95 is #33226A. Grayscale: #CFCFCF. Windows color (decimal): -3351147 or 9821644. OLE color: 9821644.

HSL color Cylindrical-coordinate representation of color #CCDD95: hue angle of 74.17º degrees, saturation: 0.51, 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 #CCDD95 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 149 -
CMYK 0.08 0 0.33 0.13
HSL 74.17º 0.51% 0.73% -
HSV(B) 74.17º 0.33% 0.87% -
XYZ 56.18 66.72 38.35 -
YUV 207.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 204 221 149 0.08 0 0.33 0.13 74.17 0.51 0.73
Hex CC DD 95 8 0 21 D 4A 33 49
Octal 314 335 225 10 0 41 15 112 63 111
Binary 11001100 11011101 10010101 1000 0 100001 1101 1001010 110011 1001001

Color Harmonies of #CCDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD95

Black with #CCDD95

Text Example


Text Example

White with #CCDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD95; }

 p { color: rgb(204,221,149); }

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

background-color css

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

 a { background-color: rgb(204,221,149); }

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

border-color css

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

 span { border-color: rgb(204,221,149); }

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