Html Css Color HEX #D5F131 Pear

📋 copy color: '#D5F131'

red 213 ◦ green 241 ◦ blue 49

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

Shades of Pear #D5F131

Tints of Pear #D5F131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

 BLUE value IS 49 (19.53% from 255) = 9.74%

R = 42.35%
G = 47.91%
B = 9.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#D5F131 (or 0xD5F131) is known color: Pear. HEX triplet: D5, F1 and 31. RGB value is (213,241,49). Sum of RGB (Red+Green+Blue) = 213+241+49=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F131 is #2A0ECE. Grayscale: #D3D3D3. Windows color (decimal): -2756303 or 3273173. OLE color: 3273173.

HSL color Cylindrical-coordinate representation of color #D5F131: hue angle of 68.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5F131 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 49 -
CMYK 0.12 0 0.80 0.05
HSL 68.75º 0.87% 0.57% -
HSV(B) 68.75º 0.8% 0.95% -
XYZ 59.45 77.28 14.69 -
YUV 210.74 36.72 129.61 -
System Red Green Blue C M Y K H S L
Decimal 213 241 49 0.12 0 0.80 0.05 68.75 0.87 0.57
Hex D5 F1 31 C 0 50 5 45 57 39
Octal 325 361 61 14 0 120 5 105 127 71
Binary 11010101 11110001 110001 1100 0 1010000 101 1000101 1010111 111001

Color Harmonies of #D5F131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F131

Black with #D5F131

Text Example


Text Example

White with #D5F131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F131; }

 p { color: rgb(213,241,49); }

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

background-color css

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

 a { background-color: rgb(213,241,49); }

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

border-color css

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

 span { border-color: rgb(213,241,49); }

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