Html Css Color HEX #D5F31A Pear

📋 copy color: '#D5F31A'

red 213 ◦ green 243 ◦ blue 26

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

Shades of Pear #D5F31A

Tints of Pear #D5F31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.41%

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

R = 44.19%
G = 50.41%
B = 5.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#D5F31A (or 0xD5F31A) is known color: Pear. HEX triplet: D5, F3 and 1A. RGB value is (213,243,26). Sum of RGB (Red+Green+Blue) = 213+243+26=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F31A is #2A0CE5. Grayscale: #D2D2D2. Windows color (decimal): -2755814 or 1766357. OLE color: 1766357.

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

Color convert

RGB 213 243 26 -
CMYK 0.12 0 0.89 0.05
HSL 68.29º 0.9% 0.53% -
HSV(B) 68.29º 0.89% 0.95% -
XYZ 59.68 78.32 12.95 -
YUV 209.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 213 243 26 0.12 0 0.89 0.05 68.29 0.9 0.53
Hex D5 F3 1A C 0 59 5 44 5A 35
Octal 325 363 32 14 0 131 5 104 132 65
Binary 11010101 11110011 11010 1100 0 1011001 101 1000100 1011010 110101

Color Harmonies of #D5F31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F31A

Black with #D5F31A

Text Example


Text Example

White with #D5F31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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