Html Css Color HEX #D5FB2E Pear

📋 copy color: '#D5FB2E'

red 213 ◦ green 251 ◦ blue 46

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

Shades of Pear #D5FB2E

Tints of Pear #D5FB2E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.22%

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

R = 41.76%
G = 49.22%
B = 9.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D5FB2E (or 0xD5FB2E) is known color: Pear. HEX triplet: D5, FB and 2E. RGB value is (213,251,46). Sum of RGB (Red+Green+Blue) = 213+251+46=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB2E is #2A04D1. Grayscale: #D9D9D9. Windows color (decimal): -2753746 or 3079125. OLE color: 3079125.

HSL color Cylindrical-coordinate representation of color #D5FB2E: hue angle of 71.12º degrees, saturation: 0.96, 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 #D5FB2E is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 251 46 -
CMYK 0.15 0 0.82 0.02
HSL 71.12º 0.96% 0.58% -
HSV(B) 71.12º 0.82% 0.98% -
XYZ 62.43 83.34 15.38 -
YUV 216.27 31.91 125.67 -
System Red Green Blue C M Y K H S L
Decimal 213 251 46 0.15 0 0.82 0.02 71.12 0.96 0.58
Hex D5 FB 2E F 0 52 2 47 60 3A
Octal 325 373 56 17 0 122 2 107 140 72
Binary 11010101 11111011 101110 1111 0 1010010 10 1000111 1100000 111010

Color Harmonies of #D5FB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB2E

Black with #D5FB2E

Text Example


Text Example

White with #D5FB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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