Html Css Color HEX #D5F82D Pear

📋 copy color: '#D5F82D'

red 213 ◦ green 248 ◦ blue 45

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

Shades of Pear #D5F82D

Tints of Pear #D5F82D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 45 (17.97% from 255) = 8.89%

R = 42.09%
G = 49.01%
B = 8.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#D5F82D (or 0xD5F82D) is known color: Pear. HEX triplet: D5, F8 and 2D. RGB value is (213,248,45). Sum of RGB (Red+Green+Blue) = 213+248+45=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F82D is #2A07D2. Grayscale: #D7D7D7. Windows color (decimal): -2754515 or 3012821. OLE color: 3012821.

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

Color convert

RGB 213 248 45 -
CMYK 0.14 0 0.82 0.03
HSL 70.34º 0.94% 0.57% -
HSV(B) 70.34º 0.82% 0.97% -
XYZ 61.48 81.47 14.97 -
YUV 214.39 32.4 127.01 -
System Red Green Blue C M Y K H S L
Decimal 213 248 45 0.14 0 0.82 0.03 70.34 0.94 0.57
Hex D5 F8 2D E 0 52 3 46 5E 39
Octal 325 370 55 16 0 122 3 106 136 71
Binary 11010101 11111000 101101 1110 0 1010010 11 1000110 1011110 111001

Color Harmonies of #D5F82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F82D

Black with #D5F82D

Text Example


Text Example

White with #D5F82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F82D; }

 p { color: rgb(213,248,45); }

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

background-color css

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

 a { background-color: rgb(213,248,45); }

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

border-color css

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

 span { border-color: rgb(213,248,45); }

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