Html Css Color HEX #D5F11D Pear

📋 copy color: '#D5F11D'

red 213 ◦ green 241 ◦ blue 29

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

Shades of Pear #D5F11D

Tints of Pear #D5F11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6%

R = 44.1%
G = 49.9%
B = 6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D5F11D (or 0xD5F11D) is known color: Pear. HEX triplet: D5, F1 and 1D. RGB value is (213,241,29). Sum of RGB (Red+Green+Blue) = 213+241+29=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F11D is #2A0EE2. Grayscale: #D1D1D1. Windows color (decimal): -2756323 or 1962453. OLE color: 1962453.

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

Color convert

RGB 213 241 29 -
CMYK 0.12 0 0.88 0.05
HSL 67.92º 0.88% 0.53% -
HSV(B) 67.92º 0.88% 0.95% -
XYZ 59.12 77.15 12.94 -
YUV 208.46 26.72 131.24 -
System Red Green Blue C M Y K H S L
Decimal 213 241 29 0.12 0 0.88 0.05 67.92 0.88 0.53
Hex D5 F1 1D C 0 58 5 44 58 35
Octal 325 361 35 14 0 130 5 104 130 65
Binary 11010101 11110001 11101 1100 0 1011000 101 1000100 1011000 110101

Color Harmonies of #D5F11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F11D

Black with #D5F11D

Text Example


Text Example

White with #D5F11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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