Html Css Color HEX #D5FC2C Pear

📋 copy color: '#D5FC2C'

red 213 ◦ green 252 ◦ blue 44

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

Shades of Pear #D5FC2C

Tints of Pear #D5FC2C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 44 (17.58% from 255) = 8.64%

R = 41.85%
G = 49.51%
B = 8.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#D5FC2C (or 0xD5FC2C) is known color: Pear. HEX triplet: D5, FC and 2C. RGB value is (213,252,44). Sum of RGB (Red+Green+Blue) = 213+252+44=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC2C is #2A03D3. Grayscale: #D9D9D9. Windows color (decimal): -2753492 or 2948309. OLE color: 2948309.

HSL color Cylindrical-coordinate representation of color #D5FC2C: hue angle of 71.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5FC2C is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 44 -
CMYK 0.15 0 0.83 0.01
HSL 71.25º 0.97% 0.58% -
HSV(B) 71.25º 0.83% 0.99% -
XYZ 62.71 83.95 15.28 -
YUV 216.63 30.58 125.41 -
System Red Green Blue C M Y K H S L
Decimal 213 252 44 0.15 0 0.83 0.01 71.25 0.97 0.58
Hex D5 FC 2C F 0 53 1 47 61 3A
Octal 325 374 54 17 0 123 1 107 141 72
Binary 11010101 11111100 101100 1111 0 1010011 1 1000111 1100001 111010

Color Harmonies of #D5FC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC2C

Black with #D5FC2C

Text Example


Text Example

White with #D5FC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC2C; }

 p { color: rgb(213,252,44); }

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

background-color css

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

 a { background-color: rgb(213,252,44); }

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

border-color css

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

 span { border-color: rgb(213,252,44); }

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