Html Css Color HEX #D8F144 Pear

📋 copy color: '#D8F144'

red 216 ◦ green 241 ◦ blue 68

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

Shades of Pear #D8F144

Tints of Pear #D8F144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.95%

R = 41.14%
G = 45.9%
B = 12.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#D8F144 (or 0xD8F144) is known color: Pear. HEX triplet: D8, F1 and 44. RGB value is (216,241,68). Sum of RGB (Red+Green+Blue) = 216+241+68=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F144 is #270EBB. Grayscale: #D6D6D6. Windows color (decimal): -2559676 or 4518360. OLE color: 4518360.

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

Color convert

RGB 216 241 68 -
CMYK 0.10 0 0.72 0.05
HSL 68.67º 0.86% 0.61% -
HSV(B) 68.67º 0.72% 0.95% -
XYZ 60.82 77.93 17.3 -
YUV 213.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 216 241 68 0.10 0 0.72 0.05 68.67 0.86 0.61
Hex D8 F1 44 A 0 48 5 45 56 3D
Octal 330 361 104 12 0 110 5 105 126 75
Binary 11011000 11110001 1000100 1010 0 1001000 101 1000101 1010110 111101

Color Harmonies of #D8F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F144

Black with #D8F144

Text Example


Text Example

White with #D8F144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F144; }

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

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

background-color css

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

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

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

border-color css

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

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

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