Html Css Color HEX #D7F040 Pear

📋 copy color: '#D7F040'

red 215 ◦ green 240 ◦ blue 64

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

Shades of Pear #D7F040

Tints of Pear #D7F040

RGB

 RED value IS 215 (84.38% from 255) = 41.43%

 GREEN value IS 240 (94.14% from 255) = 46.24%

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

R = 41.43%
G = 46.24%
B = 12.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#D7F040 (or 0xD7F040) is known color: Pear. HEX triplet: D7, F0 and 40. RGB value is (215,240,64). Sum of RGB (Red+Green+Blue) = 215+240+64=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F040 is #280FBF. Grayscale: #D5D5D5. Windows color (decimal): -2625472 or 4255959. OLE color: 4255959.

HSL color Cylindrical-coordinate representation of color #D7F040: hue angle of 68.52º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7F040 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 240 64 -
CMYK 0.10 0 0.73 0.06
HSL 68.52º 0.85% 0.6% -
HSV(B) 68.52º 0.73% 0.94% -
XYZ 60.11 77.14 16.57 -
YUV 212.46 44.22 129.81 -
System Red Green Blue C M Y K H S L
Decimal 215 240 64 0.10 0 0.73 0.06 68.52 0.85 0.6
Hex D7 F0 40 A 0 49 6 45 55 3C
Octal 327 360 100 12 0 111 6 105 125 74
Binary 11010111 11110000 1000000 1010 0 1001001 110 1000101 1010101 111100

Color Harmonies of #D7F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F040

Black with #D7F040

Text Example


Text Example

White with #D7F040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F040; }

 p { color: rgb(215,240,64); }

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

background-color css

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

 a { background-color: rgb(215,240,64); }

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

border-color css

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

 span { border-color: rgb(215,240,64); }

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