Html Css Color HEX #CCE65A Mindaro

📋 copy color: '#CCE65A'

red 204 ◦ green 230 ◦ blue 90

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

Shades of Mindaro #CCE65A

Tints of Mindaro #CCE65A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

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

R = 38.93%
G = 43.89%
B = 17.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CCE65A (or 0xCCE65A) is known color: Mindaro. HEX triplet: CC, E6 and 5A. RGB value is (204,230,90). Sum of RGB (Red+Green+Blue) = 204+230+90=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE65A is #3319A5. Grayscale: #CECECE. Windows color (decimal): -3348902 or 5957324. OLE color: 5957324.

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

Color convert

RGB 204 230 90 -
CMYK 0.11 0 0.61 0.10
HSL 71.14º 0.74% 0.63% -
HSV(B) 71.14º 0.61% 0.9% -
XYZ 55.04 70.17 20.32 -
YUV 206.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 204 230 90 0.11 0 0.61 0.10 71.14 0.74 0.63
Hex CC E6 5A B 0 3D A 47 4A 3F
Octal 314 346 132 13 0 75 12 107 112 77
Binary 11001100 11100110 1011010 1011 0 111101 1010 1000111 1001010 111111

Color Harmonies of #CCE65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE65A

Black with #CCE65A

Text Example


Text Example

White with #CCE65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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