Html Css Color HEX #D4F82D Pear

📋 copy color: '#D4F82D'

red 212 ◦ green 248 ◦ blue 45

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

Shades of Pear #D4F82D

Tints of Pear #D4F82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.91%

R = 41.98%
G = 49.11%
B = 8.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#D4F82D (or 0xD4F82D) is known color: Pear. HEX triplet: D4, F8 and 2D. RGB value is (212,248,45). Sum of RGB (Red+Green+Blue) = 212+248+45=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F82D is #2B07D2. Grayscale: #D6D6D6. Windows color (decimal): -2820051 or 3012820. OLE color: 3012820.

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

Color convert

RGB 212 248 45 -
CMYK 0.15 0 0.82 0.03
HSL 70.64º 0.94% 0.57% -
HSV(B) 70.64º 0.82% 0.97% -
XYZ 61.19 81.32 14.95 -
YUV 214.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 212 248 45 0.15 0 0.82 0.03 70.64 0.94 0.57
Hex D4 F8 2D F 0 52 3 47 5E 39
Octal 324 370 55 17 0 122 3 107 136 71
Binary 11010100 11111000 101101 1111 0 1010010 11 1000111 1011110 111001

Color Harmonies of #D4F82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F82D

Black with #D4F82D

Text Example


Text Example

White with #D4F82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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