Html Css Color HEX #CCE970 Mindaro

📋 copy color: '#CCE970'

red 204 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #CCE970

Tints of Mindaro #CCE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 37.16%
G = 42.44%
B = 20.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CCE970 (or 0xCCE970) is known color: Mindaro. HEX triplet: CC, E9 and 70. RGB value is (204,233,112). Sum of RGB (Red+Green+Blue) = 204+233+112=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE970 is #33168F. Grayscale: #D2D2D2. Windows color (decimal): -3348112 or 7399884. OLE color: 7399884.

HSL color Cylindrical-coordinate representation of color #CCE970: hue angle of 74.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE970 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 112 -
CMYK 0.12 0 0.52 0.09
HSL 74.38º 0.73% 0.68% -
HSV(B) 74.38º 0.52% 0.91% -
XYZ 56.97 72.29 26.28 -
YUV 210.54 72.39 123.34 -
System Red Green Blue C M Y K H S L
Decimal 204 233 112 0.12 0 0.52 0.09 74.38 0.73 0.68
Hex CC E9 70 C 0 34 9 4A 49 44
Octal 314 351 160 14 0 64 11 112 111 104
Binary 11001100 11101001 1110000 1100 0 110100 1001 1001010 1001001 1000100

Color Harmonies of #CCE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE970

Black with #CCE970

Text Example


Text Example

White with #CCE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE970; }

 p { color: rgb(204,233,112); }

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

background-color css

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

 a { background-color: rgb(204,233,112); }

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

border-color css

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

 span { border-color: rgb(204,233,112); }

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