Html Css Color HEX #D5F41A Pear

📋 copy color: '#D5F41A'

red 213 ◦ green 244 ◦ blue 26

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

Shades of Pear #D5F41A

Tints of Pear #D5F41A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.52%

 BLUE value IS 26 (10.55% from 255) = 5.38%

R = 44.1%
G = 50.52%
B = 5.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D5F41A (or 0xD5F41A) is known color: Pear. HEX triplet: D5, F4 and 1A. RGB value is (213,244,26). Sum of RGB (Red+Green+Blue) = 213+244+26=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F41A is #2A0BE5. Grayscale: #D2D2D2. Windows color (decimal): -2755558 or 1766613. OLE color: 1766613.

HSL color Cylindrical-coordinate representation of color #D5F41A: hue angle of 68.53º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5F41A is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 26 -
CMYK 0.13 0 0.89 0.04
HSL 68.53º 0.91% 0.53% -
HSV(B) 68.53º 0.89% 0.96% -
XYZ 59.98 78.92 13.05 -
YUV 209.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 213 244 26 0.13 0 0.89 0.04 68.53 0.91 0.53
Hex D5 F4 1A D 0 59 4 45 5B 35
Octal 325 364 32 15 0 131 4 105 133 65
Binary 11010101 11110100 11010 1101 0 1011001 100 1000101 1011011 110101

Color Harmonies of #D5F41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F41A

Black with #D5F41A

Text Example


Text Example

White with #D5F41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F41A; }

 p { color: rgb(213,244,26); }

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

background-color css

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

 a { background-color: rgb(213,244,26); }

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

border-color css

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

 span { border-color: rgb(213,244,26); }

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