Html Css Color HEX #CCDF94 Reef

📋 copy color: '#CCDF94'

red 204 ◦ green 223 ◦ blue 148

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

Shades of Reef #CCDF94

Tints of Reef #CCDF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 35.48%
G = 38.78%
B = 25.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#CCDF94 (or 0xCCDF94) is known color: Reef. HEX triplet: CC, DF and 94. RGB value is (204,223,148). Sum of RGB (Red+Green+Blue) = 204+223+148=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF94 is #33206B. Grayscale: #D1D1D1. Windows color (decimal): -3350636 or 9756620. OLE color: 9756620.

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

Color convert

RGB 204 223 148 -
CMYK 0.09 0 0.34 0.13
HSL 75.2º 0.54% 0.73% -
HSV(B) 75.2º 0.34% 0.87% -
XYZ 56.63 67.75 38.11 -
YUV 208.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 204 223 148 0.09 0 0.34 0.13 75.2 0.54 0.73
Hex CC DF 94 9 0 22 D 4B 36 49
Octal 314 337 224 11 0 42 15 113 66 111
Binary 11001100 11011111 10010100 1001 0 100010 1101 1001011 110110 1001001

Color Harmonies of #CCDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF94

Black with #CCDF94

Text Example


Text Example

White with #CCDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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