Html Css Color HEX #CCDE62 Mindaro

📋 copy color: '#CCDE62'

red 204 ◦ green 222 ◦ blue 98

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

Shades of Mindaro #CCDE62

Tints of Mindaro #CCDE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 38.93%
G = 42.37%
B = 18.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CCDE62 (or 0xCCDE62) is known color: Mindaro. HEX triplet: CC, DE and 62. RGB value is (204,222,98). Sum of RGB (Red+Green+Blue) = 204+222+98=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE62 is #33219D. Grayscale: #CACACA. Windows color (decimal): -3350942 or 6479564. OLE color: 6479564.

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

Color convert

RGB 204 222 98 -
CMYK 0.08 0 0.56 0.13
HSL 68.71º 0.65% 0.63% -
HSV(B) 68.71º 0.56% 0.87% -
XYZ 53.23 65.96 21.48 -
YUV 202.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 204 222 98 0.08 0 0.56 0.13 68.71 0.65 0.63
Hex CC DE 62 8 0 38 D 45 41 3F
Octal 314 336 142 10 0 70 15 105 101 77
Binary 11001100 11011110 1100010 1000 0 111000 1101 1000101 1000001 111111

Color Harmonies of #CCDE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE62

Black with #CCDE62

Text Example


Text Example

White with #CCDE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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