Html Css Color HEX #D7F144 Pear

📋 copy color: '#D7F144'

red 215 ◦ green 241 ◦ blue 68

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

Shades of Pear #D7F144

Tints of Pear #D7F144

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 45.99%
B = 12.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#D7F144 (or 0xD7F144) is known color: Pear. HEX triplet: D7, F1 and 44. RGB value is (215,241,68). Sum of RGB (Red+Green+Blue) = 215+241+68=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F144 is #280EBB. Grayscale: #D6D6D6. Windows color (decimal): -2625212 or 4518359. OLE color: 4518359.

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

Color convert

RGB 215 241 68 -
CMYK 0.11 0 0.72 0.05
HSL 69.02º 0.86% 0.61% -
HSV(B) 69.02º 0.72% 0.95% -
XYZ 60.52 77.78 17.29 -
YUV 213.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 215 241 68 0.11 0 0.72 0.05 69.02 0.86 0.61
Hex D7 F1 44 B 0 48 5 45 56 3D
Octal 327 361 104 13 0 110 5 105 126 75
Binary 11010111 11110001 1000100 1011 0 1001000 101 1000101 1010110 111101

Color Harmonies of #D7F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F144

Black with #D7F144

Text Example


Text Example

White with #D7F144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F144; }

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

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

background-color css

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

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

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

border-color css

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

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

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