Html Css Color HEX #D5F71C Pear

📋 copy color: '#D5F71C'

red 213 ◦ green 247 ◦ blue 28

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

Shades of Pear #D5F71C

Tints of Pear #D5F71C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.61%

 BLUE value IS 28 (11.33% from 255) = 5.74%

R = 43.65%
G = 50.61%
B = 5.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#D5F71C (or 0xD5F71C) is known color: Pear. HEX triplet: D5, F7 and 1C. RGB value is (213,247,28). Sum of RGB (Red+Green+Blue) = 213+247+28=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F71C is #2A08E3. Grayscale: #D4D4D4. Windows color (decimal): -2754788 or 1898453. OLE color: 1898453.

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

Color convert

RGB 213 247 28 -
CMYK 0.14 0 0.89 0.03
HSL 69.32º 0.93% 0.54% -
HSV(B) 69.32º 0.89% 0.97% -
XYZ 60.91 80.75 13.47 -
YUV 211.87 24.24 128.81 -
System Red Green Blue C M Y K H S L
Decimal 213 247 28 0.14 0 0.89 0.03 69.32 0.93 0.54
Hex D5 F7 1C E 0 59 3 45 5D 36
Octal 325 367 34 16 0 131 3 105 135 66
Binary 11010101 11110111 11100 1110 0 1011001 11 1000101 1011101 110110

Color Harmonies of #D5F71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F71C

Black with #D5F71C

Text Example


Text Example

White with #D5F71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F71C; }

 p { color: rgb(213,247,28); }

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

background-color css

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

 a { background-color: rgb(213,247,28); }

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

border-color css

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

 span { border-color: rgb(213,247,28); }

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