Html Css Color HEX #D0FC5D Mindaro

📋 copy color: '#D0FC5D'

red 208 ◦ green 252 ◦ blue 93

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

Shades of Mindaro #D0FC5D

Tints of Mindaro #D0FC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

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

R = 37.61%
G = 45.57%
B = 16.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D0FC5D (or 0xD0FC5D) is known color: Mindaro. HEX triplet: D0, FC and 5D. RGB value is (208,252,93). Sum of RGB (Red+Green+Blue) = 208+252+93=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC5D is #2F03A2. Grayscale: #DDDDDD. Windows color (decimal): -3081123 or 6159568. OLE color: 6159568.

HSL color Cylindrical-coordinate representation of color #D0FC5D: hue angle of 76.6º degrees, saturation: 0.96, 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 #D0FC5D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 93 -
CMYK 0.17 0 0.63 0.01
HSL 76.6º 0.96% 0.68% -
HSV(B) 76.6º 0.63% 0.99% -
XYZ 62.8 83.82 23.23 -
YUV 220.72 55.92 118.93 -
System Red Green Blue C M Y K H S L
Decimal 208 252 93 0.17 0 0.63 0.01 76.6 0.96 0.68
Hex D0 FC 5D 11 0 3F 1 4D 60 44
Octal 320 374 135 21 0 77 1 115 140 104
Binary 11010000 11111100 1011101 10001 0 111111 1 1001101 1100000 1000100

Color Harmonies of #D0FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FC5D

Black with #D0FC5D

Text Example


Text Example

White with #D0FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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