Html Css Color HEX #CDFD60 Mindaro

📋 copy color: '#CDFD60'

red 205 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #CDFD60

Tints of Mindaro #CDFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 37%
G = 45.67%
B = 17.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#CDFD60 (or 0xCDFD60) is known color: Mindaro. HEX triplet: CD, FD and 60. RGB value is (205,253,96). Sum of RGB (Red+Green+Blue) = 205+253+96=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD60 is #32029F. Grayscale: #DDDDDD. Windows color (decimal): -3277472 or 6356429. OLE color: 6356429.

HSL color Cylindrical-coordinate representation of color #CDFD60: hue angle of 78.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDFD60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 253 96 -
CMYK 0.19 0 0.62 0.01
HSL 78.34º 0.98% 0.68% -
HSV(B) 78.34º 0.62% 0.99% -
XYZ 62.41 84.07 24 -
YUV 220.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 205 253 96 0.19 0 0.62 0.01 78.34 0.98 0.68
Hex CD FD 60 13 0 3E 1 4E 62 44
Octal 315 375 140 23 0 76 1 116 142 104
Binary 11001101 11111101 1100000 10011 0 111110 1 1001110 1100010 1000100

Color Harmonies of #CDFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD60

Black with #CDFD60

Text Example


Text Example

White with #CDFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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