Html Css Color HEX #D2F358 Mindaro

📋 copy color: '#D2F358'

red 210 ◦ green 243 ◦ blue 88

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

Shades of Mindaro #D2F358

Tints of Mindaro #D2F358

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

 GREEN value IS 243 (95.31% from 255) = 44.92%

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

R = 38.82%
G = 44.92%
B = 16.27%

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

#D2F358 (or 0xD2F358) is known color: Mindaro. HEX triplet: D2, F3 and 58. RGB value is (210,243,88). Sum of RGB (Red+Green+Blue) = 210+243+88=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F358 is #2D0CA7. Grayscale: #D8D8D8. Windows color (decimal): -2952360 or 5829586. OLE color: 5829586.

HSL color Cylindrical-coordinate representation of color #D2F358: hue angle of 72.77º degrees, saturation: 0.87, 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 #D2F358 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 243 88 -
CMYK 0.14 0 0.64 0.05
HSL 72.77º 0.87% 0.65% -
HSV(B) 72.77º 0.64% 0.95% -
XYZ 60.39 78.51 21.2 -
YUV 215.46 56.07 124.1 -
System Red Green Blue C M Y K H S L
Decimal 210 243 88 0.14 0 0.64 0.05 72.77 0.87 0.65
Hex D2 F3 58 E 0 40 5 49 57 41
Octal 322 363 130 16 0 100 5 111 127 101
Binary 11010010 11110011 1011000 1110 0 1000000 101 1001001 1010111 1000001

Color Harmonies of #D2F358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F358

Black with #D2F358

Text Example


Text Example

White with #D2F358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F358; }

 p { color: rgb(210,243,88); }

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

background-color css

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

 a { background-color: rgb(210,243,88); }

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

border-color css

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

 span { border-color: rgb(210,243,88); }

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