Html Css Color HEX #CCE562 Mindaro

📋 copy color: '#CCE562'

red 204 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #CCE562

Tints of Mindaro #CCE562

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.13%

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

R = 38.42%
G = 43.13%
B = 18.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CCE562 (or 0xCCE562) is known color: Mindaro. HEX triplet: CC, E5 and 62. RGB value is (204,229,98). Sum of RGB (Red+Green+Blue) = 204+229+98=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE562 is #331A9D. Grayscale: #CFCFCF. Windows color (decimal): -3349150 or 6481356. OLE color: 6481356.

HSL color Cylindrical-coordinate representation of color #CCE562: hue angle of 71.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE562 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 98 -
CMYK 0.11 0 0.57 0.10
HSL 71.45º 0.72% 0.64% -
HSV(B) 71.45º 0.57% 0.9% -
XYZ 55.13 69.76 22.11 -
YUV 206.59 66.72 126.15 -
System Red Green Blue C M Y K H S L
Decimal 204 229 98 0.11 0 0.57 0.10 71.45 0.72 0.64
Hex CC E5 62 B 0 39 A 47 48 40
Octal 314 345 142 13 0 71 12 107 110 100
Binary 11001100 11100101 1100010 1011 0 111001 1010 1000111 1001000 1000000

Color Harmonies of #CCE562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE562

Black with #CCE562

Text Example


Text Example

White with #CCE562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE562; }

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

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

background-color css

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

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

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

border-color css

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

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

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