Html Css Color HEX #CCDF65 Mindaro

📋 copy color: '#CCDF65'

red 204 ◦ green 223 ◦ blue 101

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

Shades of Mindaro #CCDF65

Tints of Mindaro #CCDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 38.64%
G = 42.23%
B = 19.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CCDF65 (or 0xCCDF65) is known color: Mindaro. HEX triplet: CC, DF and 65. RGB value is (204,223,101). Sum of RGB (Red+Green+Blue) = 204+223+101=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF65 is #33209A. Grayscale: #CBCBCB. Windows color (decimal): -3350683 or 6676428. OLE color: 6676428.

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

Color convert

RGB 204 223 101 -
CMYK 0.09 0 0.55 0.13
HSL 69.34º 0.66% 0.64% -
HSV(B) 69.34º 0.55% 0.87% -
XYZ 53.64 66.55 22.33 -
YUV 203.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 204 223 101 0.09 0 0.55 0.13 69.34 0.66 0.64
Hex CC DF 65 9 0 37 D 45 42 40
Octal 314 337 145 11 0 67 15 105 102 100
Binary 11001100 11011111 1100101 1001 0 110111 1101 1000101 1000010 1000000

Color Harmonies of #CCDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF65

Black with #CCDF65

Text Example


Text Example

White with #CCDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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