Html Css Color HEX #D5F21C Pear

📋 copy color: '#D5F21C'

red 213 ◦ green 242 ◦ blue 28

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

Shades of Pear #D5F21C

Tints of Pear #D5F21C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

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

R = 44.1%
G = 50.1%
B = 5.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D5F21C (or 0xD5F21C) is known color: Pear. HEX triplet: D5, F2 and 1C. RGB value is (213,242,28). Sum of RGB (Red+Green+Blue) = 213+242+28=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F21C is #2A0DE3. Grayscale: #D1D1D1. Windows color (decimal): -2756068 or 1897173. OLE color: 1897173.

HSL color Cylindrical-coordinate representation of color #D5F21C: hue angle of 68.13º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5F21C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 28 -
CMYK 0.12 0 0.88 0.05
HSL 68.13º 0.89% 0.53% -
HSV(B) 68.13º 0.88% 0.95% -
XYZ 59.4 77.73 12.97 -
YUV 208.93 25.89 130.9 -
System Red Green Blue C M Y K H S L
Decimal 213 242 28 0.12 0 0.88 0.05 68.13 0.89 0.53
Hex D5 F2 1C C 0 58 5 44 59 35
Octal 325 362 34 14 0 130 5 104 131 65
Binary 11010101 11110010 11100 1100 0 1011000 101 1000100 1011001 110101

Color Harmonies of #D5F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F21C

Black with #D5F21C

Text Example


Text Example

White with #D5F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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