Html Css Color HEX #CCDF96 Reef

📋 copy color: '#CCDF96'

red 204 ◦ green 223 ◦ blue 150

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

Shades of Reef #CCDF96

Tints of Reef #CCDF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 35.36%
G = 38.65%
B = 26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#CCDF96 (or 0xCCDF96) is known color: Reef. HEX triplet: CC, DF and 96. RGB value is (204,223,150). Sum of RGB (Red+Green+Blue) = 204+223+150=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF96 is #332069. Grayscale: #D1D1D1. Windows color (decimal): -3350634 or 9887692. OLE color: 9887692.

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

Color convert

RGB 204 223 150 -
CMYK 0.09 0 0.33 0.13
HSL 75.62º 0.53% 0.73% -
HSV(B) 75.62º 0.33% 0.87% -
XYZ 56.79 67.81 38.95 -
YUV 209 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 204 223 150 0.09 0 0.33 0.13 75.62 0.53 0.73
Hex CC DF 96 9 0 21 D 4C 35 49
Octal 314 337 226 11 0 41 15 114 65 111
Binary 11001100 11011111 10010110 1001 0 100001 1101 1001100 110101 1001001

Color Harmonies of #CCDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF96

Black with #CCDF96

Text Example


Text Example

White with #CCDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF96; }

 p { color: rgb(204,223,150); }

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

background-color css

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

 a { background-color: rgb(204,223,150); }

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

border-color css

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

 span { border-color: rgb(204,223,150); }

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