Html Css Color HEX #D3F442 Pear

📋 copy color: '#D3F442'

red 211 ◦ green 244 ◦ blue 66

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

Shades of Pear #D3F442

Tints of Pear #D3F442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 40.5%
G = 46.83%
B = 12.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#D3F442 (or 0xD3F442) is known color: Pear. HEX triplet: D3, F4 and 42. RGB value is (211,244,66). Sum of RGB (Red+Green+Blue) = 211+244+66=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F442 is #2C0BBD. Grayscale: #D6D6D6. Windows color (decimal): -2886590 or 4388051. OLE color: 4388051.

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

Color convert

RGB 211 244 66 -
CMYK 0.14 0 0.73 0.04
HSL 71.12º 0.89% 0.61% -
HSV(B) 71.12º 0.73% 0.96% -
XYZ 60.2 78.94 17.22 -
YUV 213.84 44.57 125.97 -
System Red Green Blue C M Y K H S L
Decimal 211 244 66 0.14 0 0.73 0.04 71.12 0.89 0.61
Hex D3 F4 42 E 0 49 4 47 59 3D
Octal 323 364 102 16 0 111 4 107 131 75
Binary 11010011 11110100 1000010 1110 0 1001001 100 1000111 1011001 111101

Color Harmonies of #D3F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F442

Black with #D3F442

Text Example


Text Example

White with #D3F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F442; }

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

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

background-color css

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

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

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

border-color css

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

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

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