Html Css Color HEX #D4EF4D Pear

📋 copy color: '#D4EF4D'

red 212 ◦ green 239 ◦ blue 77

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

Shades of Pear #D4EF4D

Tints of Pear #D4EF4D

RGB

 RED value IS 212 (83.2% from 255) = 40.15%

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

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

R = 40.15%
G = 45.27%
B = 14.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#D4EF4D (or 0xD4EF4D) is known color: Pear. HEX triplet: D4, EF and 4D. RGB value is (212,239,77). Sum of RGB (Red+Green+Blue) = 212+239+77=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF4D is #2B10B2. Grayscale: #D5D5D5. Windows color (decimal): -2822323 or 5107668. OLE color: 5107668.

HSL color Cylindrical-coordinate representation of color #D4EF4D: hue angle of 70º 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 #D4EF4D is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 77 -
CMYK 0.11 0 0.68 0.06
HSL 70º 0.84% 0.62% -
HSV(B) 70º 0.68% 0.94% -
XYZ 59.36 76.27 18.61 -
YUV 212.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 212 239 77 0.11 0 0.68 0.06 70 0.84 0.62
Hex D4 EF 4D B 0 44 6 46 54 3E
Octal 324 357 115 13 0 104 6 106 124 76
Binary 11010100 11101111 1001101 1011 0 1000100 110 1000110 1010100 111110

Color Harmonies of #D4EF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EF4D

Black with #D4EF4D

Text Example


Text Example

White with #D4EF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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