Html Css Color HEX #D0FE5A Mindaro

📋 copy color: '#D0FE5A'

red 208 ◦ green 254 ◦ blue 90

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

Shades of Mindaro #D0FE5A

Tints of Mindaro #D0FE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.3%

R = 37.68%
G = 46.01%
B = 16.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#D0FE5A (or 0xD0FE5A) is known color: Mindaro. HEX triplet: D0, FE and 5A. RGB value is (208,254,90). Sum of RGB (Red+Green+Blue) = 208+254+90=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE5A is #2F01A5. Grayscale: #DEDEDE. Windows color (decimal): -3080614 or 5963472. OLE color: 5963472.

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

Color convert

RGB 208 254 90 -
CMYK 0.18 0 0.65 0.00
HSL 76.83º 0.99% 0.67% -
HSV(B) 76.83º 0.65% 1% -
XYZ 63.3 85.03 22.75 -
YUV 221.55 53.76 118.34 -
System Red Green Blue C M Y K H S L
Decimal 208 254 90 0.18 0 0.65 0.00 76.83 0.99 0.67
Hex D0 FE 5A 12 0 41 0 4D 63 43
Octal 320 376 132 22 0 101 0 115 143 103
Binary 11010000 11111110 1011010 10010 0 1000001 0 1001101 1100011 1000011

Color Harmonies of #D0FE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE5A

Black with #D0FE5A

Text Example


Text Example

White with #D0FE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE5A; }

 p { color: rgb(208,254,90); }

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

background-color css

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

 a { background-color: rgb(208,254,90); }

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

border-color css

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

 span { border-color: rgb(208,254,90); }

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