Html Css Color HEX #CDE060 Mindaro

📋 copy color: '#CDE060'

red 205 ◦ green 224 ◦ blue 96

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

Shades of Mindaro #CDE060

Tints of Mindaro #CDE060

RGB

 RED value IS 205 (80.47% from 255) = 39.05%

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 39.05%
G = 42.67%
B = 18.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CDE060 (or 0xCDE060) is known color: Mindaro. HEX triplet: CD, E0 and 60. RGB value is (205,224,96). Sum of RGB (Red+Green+Blue) = 205+224+96=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE060 is #321F9F. Grayscale: #CCCCCC. Windows color (decimal): -3284896 or 6349005. OLE color: 6349005.

HSL color Cylindrical-coordinate representation of color #CDE060: hue angle of 68.91º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE060 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 96 -
CMYK 0.08 0 0.57 0.12
HSL 68.91º 0.67% 0.63% -
HSV(B) 68.91º 0.57% 0.88% -
XYZ 53.94 67.13 21.18 -
YUV 203.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 205 224 96 0.08 0 0.57 0.12 68.91 0.67 0.63
Hex CD E0 60 8 0 39 C 45 43 3F
Octal 315 340 140 10 0 71 14 105 103 77
Binary 11001101 11100000 1100000 1000 0 111001 1100 1000101 1000011 111111

Color Harmonies of #CDE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE060

Black with #CDE060

Text Example


Text Example

White with #CDE060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE060; }

 p { color: rgb(205,224,96); }

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

background-color css

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

 a { background-color: rgb(205,224,96); }

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

border-color css

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

 span { border-color: rgb(205,224,96); }

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