Html Css Color HEX #D3FA3D Pear

📋 copy color: '#D3FA3D'

red 211 ◦ green 250 ◦ blue 61

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

Shades of Pear #D3FA3D

Tints of Pear #D3FA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.69%

R = 40.42%
G = 47.89%
B = 11.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#D3FA3D (or 0xD3FA3D) is known color: Pear. HEX triplet: D3, FA and 3D. RGB value is (211,250,61). Sum of RGB (Red+Green+Blue) = 211+250+61=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FA3D is #2C05C2. Grayscale: #D9D9D9. Windows color (decimal): -2885059 or 4061907. OLE color: 4061907.

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

Color convert

RGB 211 250 61 -
CMYK 0.16 0 0.76 0.02
HSL 72.38º 0.95% 0.61% -
HSV(B) 72.38º 0.76% 0.98% -
XYZ 61.89 82.56 17.09 -
YUV 216.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 211 250 61 0.16 0 0.76 0.02 72.38 0.95 0.61
Hex D3 FA 3D 10 0 4C 2 48 5F 3D
Octal 323 372 75 20 0 114 2 110 137 75
Binary 11010011 11111010 111101 10000 0 1001100 10 1001000 1011111 111101

Color Harmonies of #D3FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA3D

Black with #D3FA3D

Text Example


Text Example

White with #D3FA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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