Html Css Color HEX #D2F35D Mindaro

📋 copy color: '#D2F35D'

red 210 ◦ green 243 ◦ blue 93

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

Shades of Mindaro #D2F35D

Tints of Mindaro #D2F35D

RGB

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

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

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

R = 38.46%
G = 44.51%
B = 17.03%

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

#D2F35D (or 0xD2F35D) is known color: Mindaro. HEX triplet: D2, F3 and 5D. RGB value is (210,243,93). Sum of RGB (Red+Green+Blue) = 210+243+93=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F35D is #2D0CA2. Grayscale: #D8D8D8. Windows color (decimal): -2952355 or 6157266. OLE color: 6157266.

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

Color convert

RGB 210 243 93 -
CMYK 0.14 0 0.62 0.05
HSL 73.2º 0.86% 0.66% -
HSV(B) 73.2º 0.62% 0.95% -
XYZ 60.6 78.59 22.33 -
YUV 216.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 210 243 93 0.14 0 0.62 0.05 73.2 0.86 0.66
Hex D2 F3 5D E 0 3E 5 49 56 42
Octal 322 363 135 16 0 76 5 111 126 102
Binary 11010010 11110011 1011101 1110 0 111110 101 1001001 1010110 1000010

Color Harmonies of #D2F35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F35D

Black with #D2F35D

Text Example


Text Example

White with #D2F35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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