Html Css Color HEX #D5FA5C Mindaro

📋 copy color: '#D5FA5C'

red 213 ◦ green 250 ◦ blue 92

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

Shades of Mindaro #D5FA5C

Tints of Mindaro #D5FA5C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 92 (36.33% from 255) = 16.58%

R = 38.38%
G = 45.05%
B = 16.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D5FA5C (or 0xD5FA5C) is known color: Mindaro. HEX triplet: D5, FA and 5C. RGB value is (213,250,92). Sum of RGB (Red+Green+Blue) = 213+250+92=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA5C is #2A05A3. Grayscale: #DDDDDD. Windows color (decimal): -2753956 or 6093525. OLE color: 6093525.

HSL color Cylindrical-coordinate representation of color #D5FA5C: hue angle of 74.05º degrees, saturation: 0.94, 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 #D5FA5C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 92 -
CMYK 0.15 0 0.63 0.02
HSL 74.05º 0.94% 0.67% -
HSV(B) 74.05º 0.63% 0.98% -
XYZ 63.56 83.29 22.85 -
YUV 220.93 55.24 122.35 -
System Red Green Blue C M Y K H S L
Decimal 213 250 92 0.15 0 0.63 0.02 74.05 0.94 0.67
Hex D5 FA 5C F 0 3F 2 4A 5E 43
Octal 325 372 134 17 0 77 2 112 136 103
Binary 11010101 11111010 1011100 1111 0 111111 10 1001010 1011110 1000011

Color Harmonies of #D5FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA5C

Black with #D5FA5C

Text Example


Text Example

White with #D5FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA5C; }

 p { color: rgb(213,250,92); }

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

background-color css

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

 a { background-color: rgb(213,250,92); }

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

border-color css

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

 span { border-color: rgb(213,250,92); }

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