Html Css Color HEX #CCE670 Mindaro

📋 copy color: '#CCE670'

red 204 ◦ green 230 ◦ blue 112

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

Shades of Mindaro #CCE670

Tints of Mindaro #CCE670

RGB

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

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

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

R = 37.36%
G = 42.12%
B = 20.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#CCE670 (or 0xCCE670) is known color: Mindaro. HEX triplet: CC, E6 and 70. RGB value is (204,230,112). Sum of RGB (Red+Green+Blue) = 204+230+112=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE670 is #33198F. Grayscale: #D1D1D1. Windows color (decimal): -3348880 or 7399116. OLE color: 7399116.

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

Color convert

RGB 204 230 112 -
CMYK 0.11 0 0.51 0.10
HSL 73.22º 0.7% 0.67% -
HSV(B) 73.22º 0.51% 0.9% -
XYZ 56.12 70.6 26 -
YUV 208.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 204 230 112 0.11 0 0.51 0.10 73.22 0.7 0.67
Hex CC E6 70 B 0 33 A 49 46 43
Octal 314 346 160 13 0 63 12 111 106 103
Binary 11001100 11100110 1110000 1011 0 110011 1010 1001001 1000110 1000011

Color Harmonies of #CCE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE670

Black with #CCE670

Text Example


Text Example

White with #CCE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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