Html Css Color HEX #CCEB70 Mindaro

📋 copy color: '#CCEB70'

red 204 ◦ green 235 ◦ blue 112

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

Shades of Mindaro #CCEB70

Tints of Mindaro #CCEB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.65%

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

R = 37.02%
G = 42.65%
B = 20.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#CCEB70 (or 0xCCEB70) is known color: Mindaro. HEX triplet: CC, EB and 70. RGB value is (204,235,112). Sum of RGB (Red+Green+Blue) = 204+235+112=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB70 is #33148F. Grayscale: #D4D4D4. Windows color (decimal): -3347600 or 7400396. OLE color: 7400396.

HSL color Cylindrical-coordinate representation of color #CCEB70: hue angle of 75.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCEB70 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 112 -
CMYK 0.13 0 0.52 0.08
HSL 75.12º 0.75% 0.68% -
HSV(B) 75.12º 0.52% 0.92% -
XYZ 57.53 73.42 26.47 -
YUV 211.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 204 235 112 0.13 0 0.52 0.08 75.12 0.75 0.68
Hex CC EB 70 D 0 34 8 4B 4B 44
Octal 314 353 160 15 0 64 10 113 113 104
Binary 11001100 11101011 1110000 1101 0 110100 1000 1001011 1001011 1000100

Color Harmonies of #CCEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB70

Black with #CCEB70

Text Example


Text Example

White with #CCEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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