Html Css Color HEX #D4FA46 Pear

📋 copy color: '#D4FA46'

red 212 ◦ green 250 ◦ blue 70

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

Shades of Pear #D4FA46

Tints of Pear #D4FA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.16%

R = 39.85%
G = 46.99%
B = 13.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#D4FA46 (or 0xD4FA46) is known color: Pear. HEX triplet: D4, FA and 46. RGB value is (212,250,70). Sum of RGB (Red+Green+Blue) = 212+250+70=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA46 is #2B05B9. Grayscale: #DADADA. Windows color (decimal): -2819514 or 4651732. OLE color: 4651732.

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

Color convert

RGB 212 250 70 -
CMYK 0.15 0 0.72 0.02
HSL 72.67º 0.95% 0.63% -
HSV(B) 72.67º 0.72% 0.98% -
XYZ 62.44 82.81 18.49 -
YUV 218.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 212 250 70 0.15 0 0.72 0.02 72.67 0.95 0.63
Hex D4 FA 46 F 0 48 2 49 5F 3F
Octal 324 372 106 17 0 110 2 111 137 77
Binary 11010100 11111010 1000110 1111 0 1001000 10 1001001 1011111 111111

Color Harmonies of #D4FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA46

Black with #D4FA46

Text Example


Text Example

White with #D4FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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