Html Css Color HEX #CCEC6B Mindaro

📋 copy color: '#CCEC6B'

red 204 ◦ green 236 ◦ blue 107

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

Shades of Mindaro #CCEC6B

Tints of Mindaro #CCEC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 37.29%
G = 43.14%
B = 19.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CCEC6B (or 0xCCEC6B) is known color: Mindaro. HEX triplet: CC, EC and 6B. RGB value is (204,236,107). Sum of RGB (Red+Green+Blue) = 204+236+107=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC6B is #331394. Grayscale: #D4D4D4. Windows color (decimal): -3347349 or 7072972. OLE color: 7072972.

HSL color Cylindrical-coordinate representation of color #CCEC6B: hue angle of 74.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCEC6B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 107 -
CMYK 0.14 0 0.55 0.07
HSL 74.88º 0.77% 0.67% -
HSV(B) 74.88º 0.55% 0.93% -
XYZ 57.55 73.89 25.14 -
YUV 211.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 204 236 107 0.14 0 0.55 0.07 74.88 0.77 0.67
Hex CC EC 6B E 0 37 7 4B 4D 43
Octal 314 354 153 16 0 67 7 113 115 103
Binary 11001100 11101100 1101011 1110 0 110111 111 1001011 1001101 1000011

Color Harmonies of #CCEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC6B

Black with #CCEC6B

Text Example


Text Example

White with #CCEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC6B; }

 p { color: rgb(204,236,107); }

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

background-color css

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

 a { background-color: rgb(204,236,107); }

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

border-color css

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

 span { border-color: rgb(204,236,107); }

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