Html Css Color HEX #D5F92F Pear

📋 copy color: '#D5F92F'

red 213 ◦ green 249 ◦ blue 47

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

Shades of Pear #D5F92F

Tints of Pear #D5F92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.23%

R = 41.85%
G = 48.92%
B = 9.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D5F92F (or 0xD5F92F) is known color: Pear. HEX triplet: D5, F9 and 2F. RGB value is (213,249,47). Sum of RGB (Red+Green+Blue) = 213+249+47=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F92F is #2A06D0. Grayscale: #D7D7D7. Windows color (decimal): -2754257 or 3144149. OLE color: 3144149.

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

Color convert

RGB 213 249 47 -
CMYK 0.14 0 0.81 0.02
HSL 70.69º 0.94% 0.58% -
HSV(B) 70.69º 0.81% 0.98% -
XYZ 61.83 82.1 15.28 -
YUV 215.21 33.07 126.43 -
System Red Green Blue C M Y K H S L
Decimal 213 249 47 0.14 0 0.81 0.02 70.69 0.94 0.58
Hex D5 F9 2F E 0 51 2 47 5E 3A
Octal 325 371 57 16 0 121 2 107 136 72
Binary 11010101 11111001 101111 1110 0 1010001 10 1000111 1011110 111010

Color Harmonies of #D5F92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F92F

Black with #D5F92F

Text Example


Text Example

White with #D5F92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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