Html Css Color HEX #D5F27C Mindaro

📋 copy color: '#D5F27C'

red 213 ◦ green 242 ◦ blue 124

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

Shades of Mindaro #D5F27C

Tints of Mindaro #D5F27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 36.79%
G = 41.8%
B = 21.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#D5F27C (or 0xD5F27C) is known color: Mindaro. HEX triplet: D5, F2 and 7C. RGB value is (213,242,124). Sum of RGB (Red+Green+Blue) = 213+242+124=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F27C is #2A0D83. Grayscale: #DCDCDC. Windows color (decimal): -2755972 or 8188629. OLE color: 8188629.

HSL color Cylindrical-coordinate representation of color #D5F27C: hue angle of 74.75º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5F27C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 124 -
CMYK 0.12 0 0.49 0.05
HSL 74.75º 0.82% 0.72% -
HSV(B) 74.75º 0.49% 0.95% -
XYZ 62.83 79.11 31.03 -
YUV 219.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 213 242 124 0.12 0 0.49 0.05 74.75 0.82 0.72
Hex D5 F2 7C C 0 31 5 4B 52 48
Octal 325 362 174 14 0 61 5 113 122 110
Binary 11010101 11110010 1111100 1100 0 110001 101 1001011 1010010 1001000

Color Harmonies of #D5F27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F27C

Black with #D5F27C

Text Example


Text Example

White with #D5F27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F27C; }

 p { color: rgb(213,242,124); }

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

background-color css

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

 a { background-color: rgb(213,242,124); }

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

border-color css

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

 span { border-color: rgb(213,242,124); }

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