Html Css Color HEX #D5FA2C Pear

📋 copy color: '#D5FA2C'

red 213 ◦ green 250 ◦ blue 44

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

Shades of Pear #D5FA2C

Tints of Pear #D5FA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.31%

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

R = 42.01%
G = 49.31%
B = 8.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D5FA2C (or 0xD5FA2C) is known color: Pear. HEX triplet: D5, FA and 2C. RGB value is (213,250,44). Sum of RGB (Red+Green+Blue) = 213+250+44=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA2C is #2A05D3. Grayscale: #D8D8D8. Windows color (decimal): -2754004 or 2947797. OLE color: 2947797.

HSL color Cylindrical-coordinate representation of color #D5FA2C: hue angle of 70.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5FA2C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 44 -
CMYK 0.15 0 0.82 0.02
HSL 70.78º 0.95% 0.58% -
HSV(B) 70.78º 0.82% 0.98% -
XYZ 62.08 82.7 15.07 -
YUV 215.45 31.24 126.25 -
System Red Green Blue C M Y K H S L
Decimal 213 250 44 0.15 0 0.82 0.02 70.78 0.95 0.58
Hex D5 FA 2C F 0 52 2 47 5F 3A
Octal 325 372 54 17 0 122 2 107 137 72
Binary 11010101 11111010 101100 1111 0 1010010 10 1000111 1011111 111010

Color Harmonies of #D5FA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA2C

Black with #D5FA2C

Text Example


Text Example

White with #D5FA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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