Html Css Color HEX #CCEA62 Mindaro

📋 copy color: '#CCEA62'

red 204 ◦ green 234 ◦ blue 98

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

Shades of Mindaro #CCEA62

Tints of Mindaro #CCEA62

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

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

R = 38.06%
G = 43.66%
B = 18.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#CCEA62 (or 0xCCEA62) is known color: Mindaro. HEX triplet: CC, EA and 62. RGB value is (204,234,98). Sum of RGB (Red+Green+Blue) = 204+234+98=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA62 is #33159D. Grayscale: #D2D2D2. Windows color (decimal): -3347870 or 6482636. OLE color: 6482636.

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

Color convert

RGB 204 234 98 -
CMYK 0.13 0 0.58 0.08
HSL 73.24º 0.76% 0.65% -
HSV(B) 73.24º 0.58% 0.92% -
XYZ 56.53 72.56 22.58 -
YUV 209.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 204 234 98 0.13 0 0.58 0.08 73.24 0.76 0.65
Hex CC EA 62 D 0 3A 8 49 4C 41
Octal 314 352 142 15 0 72 10 111 114 101
Binary 11001100 11101010 1100010 1101 0 111010 1000 1001001 1001100 1000001

Color Harmonies of #CCEA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA62

Black with #CCEA62

Text Example


Text Example

White with #CCEA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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