Html Css Color HEX #D3F11E Pear

📋 copy color: '#D3F11E'

red 211 ◦ green 241 ◦ blue 30

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

Shades of Pear #D3F11E

Tints of Pear #D3F11E

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

 BLUE value IS 30 (12.11% from 255) = 6.22%

R = 43.78%
G = 50%
B = 6.22%

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

#D3F11E (or 0xD3F11E) is known color: Pear. HEX triplet: D3, F1 and 1E. RGB value is (211,241,30). Sum of RGB (Red+Green+Blue) = 211+241+30=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F11E is #2C0EE1. Grayscale: #D0D0D0. Windows color (decimal): -2887394 or 2027987. OLE color: 2027987.

HSL color Cylindrical-coordinate representation of color #D3F11E: hue angle of 68.53º 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 #D3F11E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 241 30 -
CMYK 0.12 0 0.88 0.05
HSL 68.53º 0.88% 0.53% -
HSV(B) 68.53º 0.88% 0.95% -
XYZ 58.55 76.85 12.98 -
YUV 207.98 27.56 130.16 -
System Red Green Blue C M Y K H S L
Decimal 211 241 30 0.12 0 0.88 0.05 68.53 0.88 0.53
Hex D3 F1 1E C 0 58 5 45 58 35
Octal 323 361 36 14 0 130 5 105 130 65
Binary 11010011 11110001 11110 1100 0 1011000 101 1000101 1011000 110101

Color Harmonies of #D3F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F11E

Black with #D3F11E

Text Example


Text Example

White with #D3F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F11E; }

 p { color: rgb(211,241,30); }

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

background-color css

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

 a { background-color: rgb(211,241,30); }

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

border-color css

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

 span { border-color: rgb(211,241,30); }

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