Html Css Color HEX #D4F82E Pear

📋 copy color: '#D4F82E'

red 212 ◦ green 248 ◦ blue 46

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

Shades of Pear #D4F82E

Tints of Pear #D4F82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 46 (18.36% from 255) = 9.09%

R = 41.9%
G = 49.01%
B = 9.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#D4F82E (or 0xD4F82E) is known color: Pear. HEX triplet: D4, F8 and 2E. RGB value is (212,248,46). Sum of RGB (Red+Green+Blue) = 212+248+46=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F82E is #2B07D1. Grayscale: #D6D6D6. Windows color (decimal): -2820050 or 3078356. OLE color: 3078356.

HSL color Cylindrical-coordinate representation of color #D4F82E: hue angle of 70.69º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4F82E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 248 46 -
CMYK 0.15 0 0.81 0.03
HSL 70.69º 0.94% 0.58% -
HSV(B) 70.69º 0.81% 0.97% -
XYZ 61.21 81.33 15.06 -
YUV 214.21 33.07 126.43 -
System Red Green Blue C M Y K H S L
Decimal 212 248 46 0.15 0 0.81 0.03 70.69 0.94 0.58
Hex D4 F8 2E F 0 51 3 47 5E 3A
Octal 324 370 56 17 0 121 3 107 136 72
Binary 11010100 11111000 101110 1111 0 1010001 11 1000111 1011110 111010

Color Harmonies of #D4F82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F82E

Black with #D4F82E

Text Example


Text Example

White with #D4F82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F82E; }

 p { color: rgb(212,248,46); }

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

background-color css

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

 a { background-color: rgb(212,248,46); }

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

border-color css

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

 span { border-color: rgb(212,248,46); }

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