Html Css Color HEX #D0F258 Mindaro

📋 copy color: '#D0F258'

red 208 ◦ green 242 ◦ blue 88

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

Shades of Mindaro #D0F258

Tints of Mindaro #D0F258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.98%

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 38.66%
G = 44.98%
B = 16.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#D0F258 (or 0xD0F258) is known color: Mindaro. HEX triplet: D0, F2 and 58. RGB value is (208,242,88). Sum of RGB (Red+Green+Blue) = 208+242+88=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F258 is #2F0DA7. Grayscale: #D6D6D6. Windows color (decimal): -3083688 or 5829328. OLE color: 5829328.

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

Color convert

RGB 208 242 88 -
CMYK 0.14 0 0.64 0.05
HSL 73.25º 0.86% 0.65% -
HSV(B) 73.25º 0.64% 0.95% -
XYZ 59.53 77.62 21.08 -
YUV 214.28 56.74 123.52 -
System Red Green Blue C M Y K H S L
Decimal 208 242 88 0.14 0 0.64 0.05 73.25 0.86 0.65
Hex D0 F2 58 E 0 40 5 49 56 41
Octal 320 362 130 16 0 100 5 111 126 101
Binary 11010000 11110010 1011000 1110 0 1000000 101 1001001 1010110 1000001

Color Harmonies of #D0F258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F258

Black with #D0F258

Text Example


Text Example

White with #D0F258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F258; }

 p { color: rgb(208,242,88); }

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

background-color css

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

 a { background-color: rgb(208,242,88); }

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

border-color css

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

 span { border-color: rgb(208,242,88); }

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