Html Css Color HEX #CDF05D Mindaro

📋 copy color: '#CDF05D'

red 205 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #CDF05D

Tints of Mindaro #CDF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

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

R = 38.1%
G = 44.61%
B = 17.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#CDF05D (or 0xCDF05D) is known color: Mindaro. HEX triplet: CD, F0 and 5D. RGB value is (205,240,93). Sum of RGB (Red+Green+Blue) = 205+240+93=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF05D is #320FA2. Grayscale: #D5D5D5. Windows color (decimal): -3280803 or 6156493. OLE color: 6156493.

HSL color Cylindrical-coordinate representation of color #CDF05D: hue angle of 74.29º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF05D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 93 -
CMYK 0.15 0 0.61 0.06
HSL 74.29º 0.83% 0.65% -
HSV(B) 74.29º 0.61% 0.94% -
XYZ 58.31 76.09 21.97 -
YUV 212.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 205 240 93 0.15 0 0.61 0.06 74.29 0.83 0.65
Hex CD F0 5D F 0 3D 6 4A 53 41
Octal 315 360 135 17 0 75 6 112 123 101
Binary 11001101 11110000 1011101 1111 0 111101 110 1001010 1010011 1000001

Color Harmonies of #CDF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF05D

Black with #CDF05D

Text Example


Text Example

White with #CDF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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