Html Css Color HEX #D7F042 Pear

📋 copy color: '#D7F042'

red 215 ◦ green 240 ◦ blue 66

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

Shades of Pear #D7F042

Tints of Pear #D7F042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 41.27%
G = 46.07%
B = 12.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#D7F042 (or 0xD7F042) is known color: Pear. HEX triplet: D7, F0 and 42. RGB value is (215,240,66). Sum of RGB (Red+Green+Blue) = 215+240+66=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F042 is #280FBD. Grayscale: #D5D5D5. Windows color (decimal): -2625470 or 4387031. OLE color: 4387031.

HSL color Cylindrical-coordinate representation of color #D7F042: hue angle of 68.62º 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 #D7F042 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 240 66 -
CMYK 0.10 0 0.72 0.06
HSL 68.62º 0.85% 0.6% -
HSV(B) 68.62º 0.73% 0.94% -
XYZ 60.17 77.16 16.88 -
YUV 212.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 215 240 66 0.10 0 0.72 0.06 68.62 0.85 0.6
Hex D7 F0 42 A 0 48 6 45 55 3C
Octal 327 360 102 12 0 110 6 105 125 74
Binary 11010111 11110000 1000010 1010 0 1001000 110 1000101 1010101 111100

Color Harmonies of #D7F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F042

Black with #D7F042

Text Example


Text Example

White with #D7F042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F042; }

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

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

background-color css

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

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

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

border-color css

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

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

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