Html Css Color HEX #D3F445 Pear

📋 copy color: '#D3F445'

red 211 ◦ green 244 ◦ blue 69

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

Shades of Pear #D3F445

Tints of Pear #D3F445

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.56%

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

R = 40.27%
G = 46.56%
B = 13.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#D3F445 (or 0xD3F445) is known color: Pear. HEX triplet: D3, F4 and 45. RGB value is (211,244,69). Sum of RGB (Red+Green+Blue) = 211+244+69=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F445 is #2C0BBA. Grayscale: #D6D6D6. Windows color (decimal): -2886587 or 4584659. OLE color: 4584659.

HSL color Cylindrical-coordinate representation of color #D3F445: hue angle of 71.31º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3F445 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 244 69 -
CMYK 0.14 0 0.72 0.04
HSL 71.31º 0.89% 0.61% -
HSV(B) 71.31º 0.72% 0.96% -
XYZ 60.29 78.98 17.7 -
YUV 214.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 211 244 69 0.14 0 0.72 0.04 71.31 0.89 0.61
Hex D3 F4 45 E 0 48 4 47 59 3D
Octal 323 364 105 16 0 110 4 107 131 75
Binary 11010011 11110100 1000101 1110 0 1001000 100 1000111 1011001 111101

Color Harmonies of #D3F445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F445

Black with #D3F445

Text Example


Text Example

White with #D3F445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F445; }

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

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

background-color css

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

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

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

border-color css

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

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

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