Html Css Color HEX #CCEB62 Mindaro

📋 copy color: '#CCEB62'

red 204 ◦ green 235 ◦ blue 98

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

Shades of Mindaro #CCEB62

Tints of Mindaro #CCEB62

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

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

R = 37.99%
G = 43.76%
B = 18.25%

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

#CCEB62 (or 0xCCEB62) is known color: Mindaro. HEX triplet: CC, EB and 62. RGB value is (204,235,98). Sum of RGB (Red+Green+Blue) = 204+235+98=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB62 is #33149D. Grayscale: #D2D2D2. Windows color (decimal): -3347614 or 6482892. OLE color: 6482892.

HSL color Cylindrical-coordinate representation of color #CCEB62: hue angle of 73.58º degrees, saturation: 0.77, 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 #CCEB62 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 98 -
CMYK 0.13 0 0.58 0.08
HSL 73.58º 0.77% 0.65% -
HSV(B) 73.58º 0.58% 0.92% -
XYZ 56.81 73.14 22.68 -
YUV 210.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 204 235 98 0.13 0 0.58 0.08 73.58 0.77 0.65
Hex CC EB 62 D 0 3A 8 4A 4D 41
Octal 314 353 142 15 0 72 10 112 115 101
Binary 11001100 11101011 1100010 1101 0 111010 1000 1001010 1001101 1000001

Color Harmonies of #CCEB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB62

Black with #CCEB62

Text Example


Text Example

White with #CCEB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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