Html Css Color HEX #CCEB5A Mindaro

📋 copy color: '#CCEB5A'

red 204 ◦ green 235 ◦ blue 90

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

Shades of Mindaro #CCEB5A

Tints of Mindaro #CCEB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.01%

R = 38.56%
G = 44.42%
B = 17.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#CCEB5A (or 0xCCEB5A) is known color: Mindaro. HEX triplet: CC, EB and 5A. RGB value is (204,235,90). Sum of RGB (Red+Green+Blue) = 204+235+90=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB5A is #3314A5. Grayscale: #D1D1D1. Windows color (decimal): -3347622 or 5958604. OLE color: 5958604.

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

Color convert

RGB 204 235 90 -
CMYK 0.13 0 0.62 0.08
HSL 72.83º 0.78% 0.64% -
HSV(B) 72.83º 0.62% 0.92% -
XYZ 56.46 72.99 20.79 -
YUV 209.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 204 235 90 0.13 0 0.62 0.08 72.83 0.78 0.64
Hex CC EB 5A D 0 3E 8 49 4E 40
Octal 314 353 132 15 0 76 10 111 116 100
Binary 11001100 11101011 1011010 1101 0 111110 1000 1001001 1001110 1000000

Color Harmonies of #CCEB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB5A

Black with #CCEB5A

Text Example


Text Example

White with #CCEB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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