Html Css Color HEX #CCE073 Mindaro

📋 copy color: '#CCE073'

red 204 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #CCE073

Tints of Mindaro #CCE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 37.57%
G = 41.25%
B = 21.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CCE073 (or 0xCCE073) is known color: Mindaro. HEX triplet: CC, E0 and 73. RGB value is (204,224,115). Sum of RGB (Red+Green+Blue) = 204+224+115=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE073 is #331F8C. Grayscale: #CECECE. Windows color (decimal): -3350413 or 7594188. OLE color: 7594188.

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

Color convert

RGB 204 224 115 -
CMYK 0.09 0 0.49 0.12
HSL 71.01º 0.64% 0.66% -
HSV(B) 71.01º 0.49% 0.88% -
XYZ 54.65 67.39 26.35 -
YUV 205.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 204 224 115 0.09 0 0.49 0.12 71.01 0.64 0.66
Hex CC E0 73 9 0 31 C 47 40 42
Octal 314 340 163 11 0 61 14 107 100 102
Binary 11001100 11100000 1110011 1001 0 110001 1100 1000111 1000000 1000010

Color Harmonies of #CCE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE073

Black with #CCE073

Text Example


Text Example

White with #CCE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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