Html Css Color HEX #D0F05D Mindaro

📋 copy color: '#D0F05D'

red 208 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #D0F05D

Tints of Mindaro #D0F05D

RGB

 RED value IS 208 (81.64% from 255) = 38.45%

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

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

R = 38.45%
G = 44.36%
B = 17.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#D0F05D (or 0xD0F05D) is known color: Mindaro. HEX triplet: D0, F0 and 5D. RGB value is (208,240,93). Sum of RGB (Red+Green+Blue) = 208+240+93=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F05D is #2F0FA2. Grayscale: #D6D6D6. Windows color (decimal): -3084195 or 6156496. OLE color: 6156496.

HSL color Cylindrical-coordinate representation of color #D0F05D: hue angle of 73.06º 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 #D0F05D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 93 -
CMYK 0.13 0 0.61 0.06
HSL 73.06º 0.83% 0.65% -
HSV(B) 73.06º 0.61% 0.94% -
XYZ 59.15 76.52 22.01 -
YUV 213.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 208 240 93 0.13 0 0.61 0.06 73.06 0.83 0.65
Hex D0 F0 5D D 0 3D 6 49 53 41
Octal 320 360 135 15 0 75 6 111 123 101
Binary 11010000 11110000 1011101 1101 0 111101 110 1001001 1010011 1000001

Color Harmonies of #D0F05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F05D

Black with #D0F05D

Text Example


Text Example

White with #D0F05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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