Html Css Color HEX #D5F95D Mindaro

📋 copy color: '#D5F95D'

red 213 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #D5F95D

Tints of Mindaro #D5F95D

RGB

 RED value IS 213 (83.59% from 255) = 38.38%

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 38.38%
G = 44.86%
B = 16.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D5F95D (or 0xD5F95D) is known color: Mindaro. HEX triplet: D5, F9 and 5D. RGB value is (213,249,93). Sum of RGB (Red+Green+Blue) = 213+249+93=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F95D is #2A06A2. Grayscale: #DDDDDD. Windows color (decimal): -2754211 or 6158805. OLE color: 6158805.

HSL color Cylindrical-coordinate representation of color #D5F95D: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5F95D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 93 -
CMYK 0.14 0 0.63 0.02
HSL 73.85º 0.93% 0.67% -
HSV(B) 73.85º 0.63% 0.98% -
XYZ 63.29 82.69 22.98 -
YUV 220.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 213 249 93 0.14 0 0.63 0.02 73.85 0.93 0.67
Hex D5 F9 5D E 0 3F 2 4A 5D 43
Octal 325 371 135 16 0 77 2 112 135 103
Binary 11010101 11111001 1011101 1110 0 111111 10 1001010 1011101 1000011

Color Harmonies of #D5F95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F95D

Black with #D5F95D

Text Example


Text Example

White with #D5F95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F95D; }

 p { color: rgb(213,249,93); }

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

background-color css

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

 a { background-color: rgb(213,249,93); }

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

border-color css

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

 span { border-color: rgb(213,249,93); }

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