Html Css Color HEX #D4FA1F Pear

📋 copy color: '#D4FA1F'

red 212 ◦ green 250 ◦ blue 31

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

Shades of Pear #D4FA1F

Tints of Pear #D4FA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.29%

R = 43%
G = 50.71%
B = 6.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D4FA1F (or 0xD4FA1F) is known color: Pear. HEX triplet: D4, FA and 1F. RGB value is (212,250,31). Sum of RGB (Red+Green+Blue) = 212+250+31=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA1F is #2B05E0. Grayscale: #D6D6D6. Windows color (decimal): -2819553 or 2095828. OLE color: 2095828.

HSL color Cylindrical-coordinate representation of color #D4FA1F: hue angle of 70.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4FA1F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 31 -
CMYK 0.15 0 0.88 0.02
HSL 70.41º 0.96% 0.55% -
HSV(B) 70.41º 0.88% 0.98% -
XYZ 61.58 82.47 13.97 -
YUV 213.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 212 250 31 0.15 0 0.88 0.02 70.41 0.96 0.55
Hex D4 FA 1F F 0 58 2 46 60 37
Octal 324 372 37 17 0 130 2 106 140 67
Binary 11010100 11111010 11111 1111 0 1011000 10 1000110 1100000 110111

Color Harmonies of #D4FA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA1F

Black with #D4FA1F

Text Example


Text Example

White with #D4FA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA1F; }

 p { color: rgb(212,250,31); }

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

background-color css

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

 a { background-color: rgb(212,250,31); }

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

border-color css

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

 span { border-color: rgb(212,250,31); }

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