Html Css Color HEX #D8F14A Pear

📋 copy color: '#D8F14A'

red 216 ◦ green 241 ◦ blue 74

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

Shades of Pear #D8F14A

Tints of Pear #D8F14A

RGB

 RED value IS 216 (84.77% from 255) = 40.68%

 GREEN value IS 241 (94.53% from 255) = 45.39%

 BLUE value IS 74 (29.3% from 255) = 13.94%

R = 40.68%
G = 45.39%
B = 13.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D8F14A (or 0xD8F14A) is known color: Pear. HEX triplet: D8, F1 and 4A. RGB value is (216,241,74). Sum of RGB (Red+Green+Blue) = 216+241+74=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F14A is #270EB5. Grayscale: #D7D7D7. Windows color (decimal): -2559670 or 4911576. OLE color: 4911576.

HSL color Cylindrical-coordinate representation of color #D8F14A: hue angle of 68.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8F14A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 241 74 -
CMYK 0.10 0 0.69 0.05
HSL 68.98º 0.86% 0.62% -
HSV(B) 68.98º 0.69% 0.95% -
XYZ 61.01 78 18.32 -
YUV 214.49 48.72 129.08 -
System Red Green Blue C M Y K H S L
Decimal 216 241 74 0.10 0 0.69 0.05 68.98 0.86 0.62
Hex D8 F1 4A A 0 45 5 45 56 3E
Octal 330 361 112 12 0 105 5 105 126 76
Binary 11011000 11110001 1001010 1010 0 1000101 101 1000101 1010110 111110

Color Harmonies of #D8F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F14A

Black with #D8F14A

Text Example


Text Example

White with #D8F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F14A; }

 p { color: rgb(216,241,74); }

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

background-color css

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

 a { background-color: rgb(216,241,74); }

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

border-color css

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

 span { border-color: rgb(216,241,74); }

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