Html Css Color HEX #D5FB4A Pear

📋 copy color: '#D5FB4A'

red 213 ◦ green 251 ◦ blue 74

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

Shades of Pear #D5FB4A

Tints of Pear #D5FB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.65%

 BLUE value IS 74 (29.3% from 255) = 13.75%

R = 39.59%
G = 46.65%
B = 13.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D5FB4A (or 0xD5FB4A) is known color: Pear. HEX triplet: D5, FB and 4A. RGB value is (213,251,74). Sum of RGB (Red+Green+Blue) = 213+251+74=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB4A is #2A04B5. Grayscale: #DCDCDC. Windows color (decimal): -2753718 or 4914133. OLE color: 4914133.

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

Color convert

RGB 213 251 74 -
CMYK 0.15 0 0.71 0.02
HSL 72.88º 0.96% 0.64% -
HSV(B) 72.88º 0.71% 0.98% -
XYZ 63.17 83.63 19.29 -
YUV 219.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 213 251 74 0.15 0 0.71 0.02 72.88 0.96 0.64
Hex D5 FB 4A F 0 47 2 49 60 40
Octal 325 373 112 17 0 107 2 111 140 100
Binary 11010101 11111011 1001010 1111 0 1000111 10 1001001 1100000 1000000

Color Harmonies of #D5FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB4A

Black with #D5FB4A

Text Example


Text Example

White with #D5FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB4A; }

 p { color: rgb(213,251,74); }

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

background-color css

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

 a { background-color: rgb(213,251,74); }

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

border-color css

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

 span { border-color: rgb(213,251,74); }

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