Html Css Color HEX #D5FA46 Pear

📋 copy color: '#D5FA46'

red 213 ◦ green 250 ◦ blue 70

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

Shades of Pear #D5FA46

Tints of Pear #D5FA46

RGB

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

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

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

R = 39.96%
G = 46.9%
B = 13.13%

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

#D5FA46 (or 0xD5FA46) is known color: Pear. HEX triplet: D5, FA and 46. RGB value is (213,250,70). Sum of RGB (Red+Green+Blue) = 213+250+70=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA46 is #2A05B9. Grayscale: #DBDBDB. Windows color (decimal): -2753978 or 4651733. OLE color: 4651733.

HSL color Cylindrical-coordinate representation of color #D5FA46: hue angle of 72.33º 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 #D5FA46 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 70 -
CMYK 0.15 0 0.72 0.02
HSL 72.33º 0.95% 0.63% -
HSV(B) 72.33º 0.72% 0.98% -
XYZ 62.73 82.96 18.5 -
YUV 218.42 44.24 124.14 -
System Red Green Blue C M Y K H S L
Decimal 213 250 70 0.15 0 0.72 0.02 72.33 0.95 0.63
Hex D5 FA 46 F 0 48 2 48 5F 3F
Octal 325 372 106 17 0 110 2 110 137 77
Binary 11010101 11111010 1000110 1111 0 1001000 10 1001000 1011111 111111

Color Harmonies of #D5FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA46

Black with #D5FA46

Text Example


Text Example

White with #D5FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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