Html Css Color HEX #D4FA2F Pear

📋 copy color: '#D4FA2F'

red 212 ◦ green 250 ◦ blue 47

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

Shades of Pear #D4FA2F

Tints of Pear #D4FA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.23%

R = 41.65%
G = 49.12%
B = 9.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D4FA2F (or 0xD4FA2F) is known color: Pear. HEX triplet: D4, FA and 2F. RGB value is (212,250,47). Sum of RGB (Red+Green+Blue) = 212+250+47=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA2F is #2B05D0. Grayscale: #D8D8D8. Windows color (decimal): -2819537 or 3144404. OLE color: 3144404.

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

Color convert

RGB 212 250 47 -
CMYK 0.15 0 0.81 0.02
HSL 71.23º 0.95% 0.58% -
HSV(B) 71.23º 0.81% 0.98% -
XYZ 61.85 82.57 15.37 -
YUV 215.5 32.91 125.51 -
System Red Green Blue C M Y K H S L
Decimal 212 250 47 0.15 0 0.81 0.02 71.23 0.95 0.58
Hex D4 FA 2F F 0 51 2 47 5F 3A
Octal 324 372 57 17 0 121 2 107 137 72
Binary 11010100 11111010 101111 1111 0 1010001 10 1000111 1011111 111010

Color Harmonies of #D4FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA2F

Black with #D4FA2F

Text Example


Text Example

White with #D4FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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