Html Css Color HEX #CCDE65 Mindaro

📋 copy color: '#CCDE65'

red 204 ◦ green 222 ◦ blue 101

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

Shades of Mindaro #CCDE65

Tints of Mindaro #CCDE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.13%

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

R = 38.71%
G = 42.13%
B = 19.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CCDE65 (or 0xCCDE65) is known color: Mindaro. HEX triplet: CC, DE and 65. RGB value is (204,222,101). Sum of RGB (Red+Green+Blue) = 204+222+101=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE65 is #33219A. Grayscale: #CBCBCB. Windows color (decimal): -3350939 or 6676172. OLE color: 6676172.

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

Color convert

RGB 204 222 101 -
CMYK 0.08 0 0.55 0.13
HSL 68.93º 0.65% 0.63% -
HSV(B) 68.93º 0.55% 0.87% -
XYZ 53.37 66.02 22.24 -
YUV 202.82 70.54 128.84 -
System Red Green Blue C M Y K H S L
Decimal 204 222 101 0.08 0 0.55 0.13 68.93 0.65 0.63
Hex CC DE 65 8 0 37 D 45 41 3F
Octal 314 336 145 10 0 67 15 105 101 77
Binary 11001100 11011110 1100101 1000 0 110111 1101 1000101 1000001 111111

Color Harmonies of #CCDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE65

Black with #CCDE65

Text Example


Text Example

White with #CCDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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