Html Css Color HEX #D5FB3F Pear

📋 copy color: '#D5FB3F'

red 213 ◦ green 251 ◦ blue 63

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

Shades of Pear #D5FB3F

Tints of Pear #D5FB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.95%

R = 40.42%
G = 47.63%
B = 11.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#D5FB3F (or 0xD5FB3F) is known color: Pear. HEX triplet: D5, FB and 3F. RGB value is (213,251,63). Sum of RGB (Red+Green+Blue) = 213+251+63=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB3F is #2A04C0. Grayscale: #DADADA. Windows color (decimal): -2753729 or 4193237. OLE color: 4193237.

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

Color convert

RGB 213 251 63 -
CMYK 0.15 0 0.75 0.02
HSL 72.13º 0.96% 0.62% -
HSV(B) 72.13º 0.75% 0.98% -
XYZ 62.83 83.5 17.51 -
YUV 218.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 213 251 63 0.15 0 0.75 0.02 72.13 0.96 0.62
Hex D5 FB 3F F 0 4B 2 48 60 3E
Octal 325 373 77 17 0 113 2 110 140 76
Binary 11010101 11111011 111111 1111 0 1001011 10 1001000 1100000 111110

Color Harmonies of #D5FB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB3F

Black with #D5FB3F

Text Example


Text Example

White with #D5FB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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