Html Css Color HEX #D3EF4D Pear

📋 copy color: '#D3EF4D'

red 211 ◦ green 239 ◦ blue 77

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

Shades of Pear #D3EF4D

Tints of Pear #D3EF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 77 (30.47% from 255) = 14.61%

R = 40.04%
G = 45.35%
B = 14.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#D3EF4D (or 0xD3EF4D) is known color: Pear. HEX triplet: D3, EF and 4D. RGB value is (211,239,77). Sum of RGB (Red+Green+Blue) = 211+239+77=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF4D is #2C10B2. Grayscale: #D4D4D4. Windows color (decimal): -2887859 or 5107667. OLE color: 5107667.

HSL color Cylindrical-coordinate representation of color #D3EF4D: hue angle of 70.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3EF4D is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 239 77 -
CMYK 0.12 0 0.68 0.06
HSL 70.37º 0.84% 0.62% -
HSV(B) 70.37º 0.68% 0.94% -
XYZ 59.07 76.12 18.6 -
YUV 212.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 211 239 77 0.12 0 0.68 0.06 70.37 0.84 0.62
Hex D3 EF 4D C 0 44 6 46 54 3E
Octal 323 357 115 14 0 104 6 106 124 76
Binary 11010011 11101111 1001101 1100 0 1000100 110 1000110 1010100 111110

Color Harmonies of #D3EF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EF4D

Black with #D3EF4D

Text Example


Text Example

White with #D3EF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EF4D; }

 p { color: rgb(211,239,77); }

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

background-color css

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

 a { background-color: rgb(211,239,77); }

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

border-color css

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

 span { border-color: rgb(211,239,77); }

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