Html Css Color HEX #CDFE5D Mindaro

📋 copy color: '#CDFE5D'

red 205 ◦ green 254 ◦ blue 93

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

Shades of Mindaro #CDFE5D

Tints of Mindaro #CDFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

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

R = 37.14%
G = 46.01%
B = 16.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#CDFE5D (or 0xCDFE5D) is known color: Mindaro. HEX triplet: CD, FE and 5D. RGB value is (205,254,93). Sum of RGB (Red+Green+Blue) = 205+254+93=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE5D is #3201A2. Grayscale: #DDDDDD. Windows color (decimal): -3277219 or 6160077. OLE color: 6160077.

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

Color convert

RGB 205 254 93 -
CMYK 0.19 0 0.63 0.00
HSL 78.26º 0.99% 0.68% -
HSV(B) 78.26º 0.63% 1% -
XYZ 62.59 84.65 23.4 -
YUV 221 55.77 116.59 -
System Red Green Blue C M Y K H S L
Decimal 205 254 93 0.19 0 0.63 0.00 78.26 0.99 0.68
Hex CD FE 5D 13 0 3F 0 4E 63 44
Octal 315 376 135 23 0 77 0 116 143 104
Binary 11001101 11111110 1011101 10011 0 111111 0 1001110 1100011 1000100

Color Harmonies of #CDFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE5D

Black with #CDFE5D

Text Example


Text Example

White with #CDFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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