Html Css Color HEX #D5FF28 Pear

📋 copy color: '#D5FF28'

red 213 ◦ green 255 ◦ blue 40

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

Shades of Pear #D5FF28

Tints of Pear #D5FF28

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 40 (16.02% from 255) = 7.87%

R = 41.93%
G = 50.2%
B = 7.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#D5FF28 (or 0xD5FF28) is known color: Pear. HEX triplet: D5, FF and 28. RGB value is (213,255,40). Sum of RGB (Red+Green+Blue) = 213+255+40=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF28 is #2A00D7. Grayscale: #DADADA. Windows color (decimal): -2752728 or 2686933. OLE color: 2686933.

HSL color Cylindrical-coordinate representation of color #D5FF28: hue angle of 71.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5FF28 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 40 -
CMYK 0.16 0 0.84 0
HSL 71.72º 1% 0.58% -
HSV(B) 71.72º 0.84% 1% -
XYZ 63.58 85.82 15.22 -
YUV 217.93 27.59 124.48 -
System Red Green Blue C M Y K H S L
Decimal 213 255 40 0.16 0 0.84 0 71.72 1 0.58
Hex D5 FF 28 10 0 54 0 48 64 3A
Octal 325 377 50 20 0 124 0 110 144 72
Binary 11010101 11111111 101000 10000 0 1010100 0 1001000 1100100 111010

Color Harmonies of #D5FF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FF28

Black with #D5FF28

Text Example


Text Example

White with #D5FF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FF28; }

 p { color: rgb(213,255,40); }

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

background-color css

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

 a { background-color: rgb(213,255,40); }

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

border-color css

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

 span { border-color: rgb(213,255,40); }

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