Html Css Color HEX #D7F93A Pear

📋 copy color: '#D7F93A'

red 215 ◦ green 249 ◦ blue 58

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

Shades of Pear #D7F93A

Tints of Pear #D7F93A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 58 (23.05% from 255) = 11.11%

R = 41.19%
G = 47.7%
B = 11.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#D7F93A (or 0xD7F93A) is known color: Pear. HEX triplet: D7, F9 and 3A. RGB value is (215,249,58). Sum of RGB (Red+Green+Blue) = 215+249+58=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F93A is #2806C5. Grayscale: #D9D9D9. Windows color (decimal): -2623174 or 3865047. OLE color: 3865047.

HSL color Cylindrical-coordinate representation of color #D7F93A: hue angle of 70.68º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7F93A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 249 58 -
CMYK 0.14 0 0.77 0.02
HSL 70.68º 0.94% 0.6% -
HSV(B) 70.68º 0.77% 0.98% -
XYZ 62.66 82.5 16.63 -
YUV 217.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 215 249 58 0.14 0 0.77 0.02 70.68 0.94 0.6
Hex D7 F9 3A E 0 4D 2 47 5E 3C
Octal 327 371 72 16 0 115 2 107 136 74
Binary 11010111 11111001 111010 1110 0 1001101 10 1000111 1011110 111100

Color Harmonies of #D7F93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F93A

Black with #D7F93A

Text Example


Text Example

White with #D7F93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F93A; }

 p { color: rgb(215,249,58); }

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

background-color css

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

 a { background-color: rgb(215,249,58); }

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

border-color css

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

 span { border-color: rgb(215,249,58); }

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