Html Css Color HEX #D3F145 Pear

📋 copy color: '#D3F145'

red 211 ◦ green 241 ◦ blue 69

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

Shades of Pear #D3F145

Tints of Pear #D3F145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.24%

R = 40.5%
G = 46.26%
B = 13.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D3F145 (or 0xD3F145) is known color: Pear. HEX triplet: D3, F1 and 45. RGB value is (211,241,69). Sum of RGB (Red+Green+Blue) = 211+241+69=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F145 is #2C0EBA. Grayscale: #D5D5D5. Windows color (decimal): -2887355 or 4583891. OLE color: 4583891.

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

Color convert

RGB 211 241 69 -
CMYK 0.12 0 0.71 0.05
HSL 70.47º 0.86% 0.61% -
HSV(B) 70.47º 0.71% 0.95% -
XYZ 59.39 77.19 17.4 -
YUV 212.42 47.06 126.99 -
System Red Green Blue C M Y K H S L
Decimal 211 241 69 0.12 0 0.71 0.05 70.47 0.86 0.61
Hex D3 F1 45 C 0 47 5 46 56 3D
Octal 323 361 105 14 0 107 5 106 126 75
Binary 11010011 11110001 1000101 1100 0 1000111 101 1000110 1010110 111101

Color Harmonies of #D3F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F145

Black with #D3F145

Text Example


Text Example

White with #D3F145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F145; }

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

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

background-color css

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

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

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

border-color css

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

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

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