Html Css Color HEX #D5F16F Mindaro

📋 copy color: '#D5F16F'

red 213 ◦ green 241 ◦ blue 111

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

Shades of Mindaro #D5F16F

Tints of Mindaro #D5F16F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.65%

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 37.7%
G = 42.65%
B = 19.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#D5F16F (or 0xD5F16F) is known color: Mindaro. HEX triplet: D5, F1 and 6F. RGB value is (213,241,111). Sum of RGB (Red+Green+Blue) = 213+241+111=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F16F is #2A0E90. Grayscale: #DADADA. Windows color (decimal): -2756241 or 7336405. OLE color: 7336405.

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

Color convert

RGB 213 241 111 -
CMYK 0.12 0 0.54 0.05
HSL 72.92º 0.82% 0.69% -
HSV(B) 72.92º 0.54% 0.95% -
XYZ 61.77 78.2 26.88 -
YUV 217.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 213 241 111 0.12 0 0.54 0.05 72.92 0.82 0.69
Hex D5 F1 6F C 0 36 5 49 52 45
Octal 325 361 157 14 0 66 5 111 122 105
Binary 11010101 11110001 1101111 1100 0 110110 101 1001001 1010010 1000101

Color Harmonies of #D5F16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F16F

Black with #D5F16F

Text Example


Text Example

White with #D5F16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F16F; }

 p { color: rgb(213,241,111); }

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

background-color css

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

 a { background-color: rgb(213,241,111); }

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

border-color css

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

 span { border-color: rgb(213,241,111); }

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