Html Css Color HEX #D3F740 Pear

📋 copy color: '#D3F740'

red 211 ◦ green 247 ◦ blue 64

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

Shades of Pear #D3F740

Tints of Pear #D3F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.32%

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

R = 40.42%
G = 47.32%
B = 12.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#D3F740 (or 0xD3F740) is known color: Pear. HEX triplet: D3, F7 and 40. RGB value is (211,247,64). Sum of RGB (Red+Green+Blue) = 211+247+64=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F740 is #2C08BF. Grayscale: #D8D8D8. Windows color (decimal): -2885824 or 4257747. OLE color: 4257747.

HSL color Cylindrical-coordinate representation of color #D3F740: hue angle of 71.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3F740 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 247 64 -
CMYK 0.15 0 0.74 0.03
HSL 71.8º 0.92% 0.61% -
HSV(B) 71.8º 0.74% 0.97% -
XYZ 61.05 80.74 17.22 -
YUV 215.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 211 247 64 0.15 0 0.74 0.03 71.8 0.92 0.61
Hex D3 F7 40 F 0 4A 3 48 5C 3D
Octal 323 367 100 17 0 112 3 110 134 75
Binary 11010011 11110111 1000000 1111 0 1001010 11 1001000 1011100 111101

Color Harmonies of #D3F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F740

Black with #D3F740

Text Example


Text Example

White with #D3F740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F740; }

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

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

background-color css

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

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

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

border-color css

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

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

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