Html Css Color HEX #D5FB3E Pear

📋 copy color: '#D5FB3E'

red 213 ◦ green 251 ◦ blue 62

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

Shades of Pear #D5FB3E

Tints of Pear #D5FB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.79%

R = 40.49%
G = 47.72%
B = 11.79%

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

#D5FB3E (or 0xD5FB3E) is known color: Pear. HEX triplet: D5, FB and 3E. RGB value is (213,251,62). Sum of RGB (Red+Green+Blue) = 213+251+62=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB3E is #2A04C1. Grayscale: #DADADA. Windows color (decimal): -2753730 or 4127701. OLE color: 4127701.

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

Color convert

RGB 213 251 62 -
CMYK 0.15 0 0.75 0.02
HSL 72.06º 0.96% 0.61% -
HSV(B) 72.06º 0.75% 0.98% -
XYZ 62.81 83.49 17.36 -
YUV 218.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 213 251 62 0.15 0 0.75 0.02 72.06 0.96 0.61
Hex D5 FB 3E F 0 4B 2 48 60 3D
Octal 325 373 76 17 0 113 2 110 140 75
Binary 11010101 11111011 111110 1111 0 1001011 10 1001000 1100000 111101

Color Harmonies of #D5FB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB3E

Black with #D5FB3E

Text Example


Text Example

White with #D5FB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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