Html Css Color HEX #D0F15B Mindaro

📋 copy color: '#D0F15B'

red 208 ◦ green 241 ◦ blue 91

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

Shades of Mindaro #D0F15B

Tints of Mindaro #D0F15B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 91 (35.94% from 255) = 16.85%

R = 38.52%
G = 44.63%
B = 16.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D0F15B (or 0xD0F15B) is known color: Mindaro. HEX triplet: D0, F1 and 5B. RGB value is (208,241,91). Sum of RGB (Red+Green+Blue) = 208+241+91=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F15B is #2F0EA4. Grayscale: #D6D6D6. Windows color (decimal): -3083941 or 6025680. OLE color: 6025680.

HSL color Cylindrical-coordinate representation of color #D0F15B: hue angle of 73.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0F15B is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 91 -
CMYK 0.14 0 0.62 0.05
HSL 73.2º 0.84% 0.65% -
HSV(B) 73.2º 0.62% 0.95% -
XYZ 59.36 77.08 21.65 -
YUV 214.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 208 241 91 0.14 0 0.62 0.05 73.2 0.84 0.65
Hex D0 F1 5B E 0 3E 5 49 54 41
Octal 320 361 133 16 0 76 5 111 124 101
Binary 11010000 11110001 1011011 1110 0 111110 101 1001001 1010100 1000001

Color Harmonies of #D0F15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F15B

Black with #D0F15B

Text Example


Text Example

White with #D0F15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F15B; }

 p { color: rgb(208,241,91); }

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

background-color css

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

 a { background-color: rgb(208,241,91); }

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

border-color css

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

 span { border-color: rgb(208,241,91); }

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