Html Css Color HEX #CCED6C Mindaro

📋 copy color: '#CCED6C'

red 204 ◦ green 237 ◦ blue 108

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

Shades of Mindaro #CCED6C

Tints of Mindaro #CCED6C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 108 (42.58% from 255) = 19.67%

R = 37.16%
G = 43.17%
B = 19.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CCED6C (or 0xCCED6C) is known color: Mindaro. HEX triplet: CC, ED and 6C. RGB value is (204,237,108). Sum of RGB (Red+Green+Blue) = 204+237+108=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED6C is #331293. Grayscale: #D4D4D4. Windows color (decimal): -3347092 or 7138764. OLE color: 7138764.

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

Color convert

RGB 204 237 108 -
CMYK 0.14 0 0.54 0.07
HSL 75.35º 0.78% 0.68% -
HSV(B) 75.35º 0.54% 0.93% -
XYZ 57.89 74.49 25.51 -
YUV 212.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 204 237 108 0.14 0 0.54 0.07 75.35 0.78 0.68
Hex CC ED 6C E 0 36 7 4B 4E 44
Octal 314 355 154 16 0 66 7 113 116 104
Binary 11001100 11101101 1101100 1110 0 110110 111 1001011 1001110 1000100

Color Harmonies of #CCED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED6C

Black with #CCED6C

Text Example


Text Example

White with #CCED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED6C; }

 p { color: rgb(204,237,108); }

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

background-color css

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

 a { background-color: rgb(204,237,108); }

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

border-color css

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

 span { border-color: rgb(204,237,108); }

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