Html Css Color HEX #CCE362 Mindaro

📋 copy color: '#CCE362'

red 204 ◦ green 227 ◦ blue 98

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

Shades of Mindaro #CCE362

Tints of Mindaro #CCE362

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 38.56%
G = 42.91%
B = 18.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CCE362 (or 0xCCE362) is known color: Mindaro. HEX triplet: CC, E3 and 62. RGB value is (204,227,98). Sum of RGB (Red+Green+Blue) = 204+227+98=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE362 is #331C9D. Grayscale: #CDCDCD. Windows color (decimal): -3349662 or 6480844. OLE color: 6480844.

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

Color convert

RGB 204 227 98 -
CMYK 0.10 0 0.57 0.11
HSL 70.7º 0.7% 0.64% -
HSV(B) 70.7º 0.57% 0.89% -
XYZ 54.58 68.66 21.93 -
YUV 205.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 204 227 98 0.10 0 0.57 0.11 70.7 0.7 0.64
Hex CC E3 62 A 0 39 B 47 46 40
Octal 314 343 142 12 0 71 13 107 106 100
Binary 11001100 11100011 1100010 1010 0 111001 1011 1000111 1000110 1000000

Color Harmonies of #CCE362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE362

Black with #CCE362

Text Example


Text Example

White with #CCE362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE362; }

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

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

background-color css

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

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

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

border-color css

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

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

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