Html Css Color HEX #D5FB46 Pear

📋 copy color: '#D5FB46'

red 213 ◦ green 251 ◦ blue 70

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

Shades of Pear #D5FB46

Tints of Pear #D5FB46

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47%

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

R = 39.89%
G = 47%
B = 13.11%

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

#D5FB46 (or 0xD5FB46) is known color: Pear. HEX triplet: D5, FB and 46. RGB value is (213,251,70). Sum of RGB (Red+Green+Blue) = 213+251+70=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB46 is #2A04B9. Grayscale: #DBDBDB. Windows color (decimal): -2753722 or 4651989. OLE color: 4651989.

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

Color convert

RGB 213 251 70 -
CMYK 0.15 0 0.72 0.02
HSL 72.6º 0.96% 0.63% -
HSV(B) 72.6º 0.72% 0.98% -
XYZ 63.04 83.58 18.6 -
YUV 219 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 213 251 70 0.15 0 0.72 0.02 72.6 0.96 0.63
Hex D5 FB 46 F 0 48 2 49 60 3F
Octal 325 373 106 17 0 110 2 111 140 77
Binary 11010101 11111011 1000110 1111 0 1001000 10 1001001 1100000 111111

Color Harmonies of #D5FB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB46

Black with #D5FB46

Text Example


Text Example

White with #D5FB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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