Html Css Color HEX #CCE065 Mindaro

📋 copy color: '#CCE065'

red 204 ◦ green 224 ◦ blue 101

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

Shades of Mindaro #CCE065

Tints of Mindaro #CCE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 38.56%
G = 42.34%
B = 19.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CCE065 (or 0xCCE065) is known color: Mindaro. HEX triplet: CC, E0 and 65. RGB value is (204,224,101). Sum of RGB (Red+Green+Blue) = 204+224+101=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE065 is #331F9A. Grayscale: #CCCCCC. Windows color (decimal): -3350427 or 6676684. OLE color: 6676684.

HSL color Cylindrical-coordinate representation of color #CCE065: hue angle of 69.76º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE065 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 101 -
CMYK 0.09 0 0.55 0.12
HSL 69.76º 0.66% 0.64% -
HSV(B) 69.76º 0.55% 0.88% -
XYZ 53.91 67.09 22.42 -
YUV 204 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 204 224 101 0.09 0 0.55 0.12 69.76 0.66 0.64
Hex CC E0 65 9 0 37 C 46 42 40
Octal 314 340 145 11 0 67 14 106 102 100
Binary 11001100 11100000 1100101 1001 0 110111 1100 1000110 1000010 1000000

Color Harmonies of #CCE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE065

Black with #CCE065

Text Example


Text Example

White with #CCE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE065; }

 p { color: rgb(204,224,101); }

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

background-color css

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

 a { background-color: rgb(204,224,101); }

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

border-color css

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

 span { border-color: rgb(204,224,101); }

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