Html Css Color HEX #CDFD5D Mindaro

📋 copy color: '#CDFD5D'

red 205 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #CDFD5D

Tints of Mindaro #CDFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.88%

R = 37.21%
G = 45.92%
B = 16.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#CDFD5D (or 0xCDFD5D) is known color: Mindaro. HEX triplet: CD, FD and 5D. RGB value is (205,253,93). Sum of RGB (Red+Green+Blue) = 205+253+93=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD5D is #3202A2. Grayscale: #DCDCDC. Windows color (decimal): -3277475 or 6159821. OLE color: 6159821.

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

Color convert

RGB 205 253 93 -
CMYK 0.19 0 0.63 0.01
HSL 78º 0.98% 0.68% -
HSV(B) 78º 0.63% 0.99% -
XYZ 62.28 84.02 23.29 -
YUV 220.41 56.1 117.01 -
System Red Green Blue C M Y K H S L
Decimal 205 253 93 0.19 0 0.63 0.01 78 0.98 0.68
Hex CD FD 5D 13 0 3F 1 4E 62 44
Octal 315 375 135 23 0 77 1 116 142 104
Binary 11001101 11111101 1011101 10011 0 111111 1 1001110 1100010 1000100

Color Harmonies of #CDFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD5D

Black with #CDFD5D

Text Example


Text Example

White with #CDFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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