Html Css Color HEX #D4F16B Mindaro

📋 copy color: '#D4F16B'

red 212 ◦ green 241 ◦ blue 107

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

Shades of Mindaro #D4F16B

Tints of Mindaro #D4F16B

RGB

 RED value IS 212 (83.2% from 255) = 37.86%

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

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 37.86%
G = 43.04%
B = 19.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D4F16B (or 0xD4F16B) is known color: Mindaro. HEX triplet: D4, F1 and 6B. RGB value is (212,241,107). Sum of RGB (Red+Green+Blue) = 212+241+107=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F16B is #2B0E94. Grayscale: #D9D9D9. Windows color (decimal): -2821781 or 7074260. OLE color: 7074260.

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

Color convert

RGB 212 241 107 -
CMYK 0.12 0 0.56 0.05
HSL 72.99º 0.83% 0.68% -
HSV(B) 72.99º 0.56% 0.95% -
XYZ 61.26 77.97 25.73 -
YUV 217.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 212 241 107 0.12 0 0.56 0.05 72.99 0.83 0.68
Hex D4 F1 6B C 0 38 5 49 53 44
Octal 324 361 153 14 0 70 5 111 123 104
Binary 11010100 11110001 1101011 1100 0 111000 101 1001001 1010011 1000100

Color Harmonies of #D4F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F16B

Black with #D4F16B

Text Example


Text Example

White with #D4F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F16B; }

 p { color: rgb(212,241,107); }

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

background-color css

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

 a { background-color: rgb(212,241,107); }

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

border-color css

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

 span { border-color: rgb(212,241,107); }

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