Html Css Color HEX #CCED60 Mindaro

📋 copy color: '#CCED60'

red 204 ◦ green 237 ◦ blue 96

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

Shades of Mindaro #CCED60

Tints of Mindaro #CCED60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.88%

R = 37.99%
G = 44.13%
B = 17.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#CCED60 (or 0xCCED60) is known color: Mindaro. HEX triplet: CC, ED and 60. RGB value is (204,237,96). Sum of RGB (Red+Green+Blue) = 204+237+96=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED60 is #33129F. Grayscale: #D3D3D3. Windows color (decimal): -3347104 or 6352332. OLE color: 6352332.

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

Color convert

RGB 204 237 96 -
CMYK 0.14 0 0.59 0.07
HSL 74.04º 0.8% 0.65% -
HSV(B) 74.04º 0.59% 0.93% -
XYZ 57.3 74.25 22.38 -
YUV 211.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 204 237 96 0.14 0 0.59 0.07 74.04 0.8 0.65
Hex CC ED 60 E 0 3B 7 4A 50 41
Octal 314 355 140 16 0 73 7 112 120 101
Binary 11001100 11101101 1100000 1110 0 111011 111 1001010 1010000 1000001

Color Harmonies of #CCED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED60

Black with #CCED60

Text Example


Text Example

White with #CCED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED60; }

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

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

background-color css

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

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

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

border-color css

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

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

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