Html Css Color HEX #D3FA40 Pear

📋 copy color: '#D3FA40'

red 211 ◦ green 250 ◦ blue 64

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

Shades of Pear #D3FA40

Tints of Pear #D3FA40

RGB

 RED value IS 211 (82.81% from 255) = 40.19%

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

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 40.19%
G = 47.62%
B = 12.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#D3FA40 (or 0xD3FA40) is known color: Pear. HEX triplet: D3, FA and 40. RGB value is (211,250,64). Sum of RGB (Red+Green+Blue) = 211+250+64=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FA40 is #2C05BF. Grayscale: #D9D9D9. Windows color (decimal): -2885056 or 4258515. OLE color: 4258515.

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

Color convert

RGB 211 250 64 -
CMYK 0.16 0 0.74 0.02
HSL 72.58º 0.95% 0.62% -
HSV(B) 72.58º 0.74% 0.98% -
XYZ 61.97 82.59 17.53 -
YUV 217.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 211 250 64 0.16 0 0.74 0.02 72.58 0.95 0.62
Hex D3 FA 40 10 0 4A 2 49 5F 3E
Octal 323 372 100 20 0 112 2 111 137 76
Binary 11010011 11111010 1000000 10000 0 1001010 10 1001001 1011111 111110

Color Harmonies of #D3FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA40

Black with #D3FA40

Text Example


Text Example

White with #D3FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA40; }

 p { color: rgb(211,250,64); }

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

background-color css

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

 a { background-color: rgb(211,250,64); }

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

border-color css

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

 span { border-color: rgb(211,250,64); }

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