Html Css Color HEX #D5F92E Pear

📋 copy color: '#D5F92E'

red 213 ◦ green 249 ◦ blue 46

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

Shades of Pear #D5F92E

Tints of Pear #D5F92E

RGB

 RED value IS 213 (83.59% from 255) = 41.93%

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

 BLUE value IS 46 (18.36% from 255) = 9.06%

R = 41.93%
G = 49.02%
B = 9.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D5F92E (or 0xD5F92E) is known color: Pear. HEX triplet: D5, F9 and 2E. RGB value is (213,249,46). Sum of RGB (Red+Green+Blue) = 213+249+46=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F92E is #2A06D1. Grayscale: #D7D7D7. Windows color (decimal): -2754258 or 3078613. OLE color: 3078613.

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

Color convert

RGB 213 249 46 -
CMYK 0.14 0 0.82 0.02
HSL 70.64º 0.94% 0.58% -
HSV(B) 70.64º 0.82% 0.98% -
XYZ 61.81 82.09 15.17 -
YUV 215.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 213 249 46 0.14 0 0.82 0.02 70.64 0.94 0.58
Hex D5 F9 2E E 0 52 2 47 5E 3A
Octal 325 371 56 16 0 122 2 107 136 72
Binary 11010101 11111001 101110 1110 0 1010010 10 1000111 1011110 111010

Color Harmonies of #D5F92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F92E

Black with #D5F92E

Text Example


Text Example

White with #D5F92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F92E; }

 p { color: rgb(213,249,46); }

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

background-color css

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

 a { background-color: rgb(213,249,46); }

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

border-color css

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

 span { border-color: rgb(213,249,46); }

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