Html Css Color HEX #CCDF62 Mindaro

📋 copy color: '#CCDF62'

red 204 ◦ green 223 ◦ blue 98

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

Shades of Mindaro #CCDF62

Tints of Mindaro #CCDF62

RGB

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

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

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

R = 38.86%
G = 42.48%
B = 18.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CCDF62 (or 0xCCDF62) is known color: Mindaro. HEX triplet: CC, DF and 62. RGB value is (204,223,98). Sum of RGB (Red+Green+Blue) = 204+223+98=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF62 is #33209D. Grayscale: #CBCBCB. Windows color (decimal): -3350686 or 6479820. OLE color: 6479820.

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

Color convert

RGB 204 223 98 -
CMYK 0.09 0 0.56 0.13
HSL 69.12º 0.66% 0.63% -
HSV(B) 69.12º 0.56% 0.87% -
XYZ 53.49 66.49 21.57 -
YUV 203.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 204 223 98 0.09 0 0.56 0.13 69.12 0.66 0.63
Hex CC DF 62 9 0 38 D 45 42 3F
Octal 314 337 142 11 0 70 15 105 102 77
Binary 11001100 11011111 1100010 1001 0 111000 1101 1000101 1000010 111111

Color Harmonies of #CCDF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF62

Black with #CCDF62

Text Example


Text Example

White with #CCDF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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