Html Css Color HEX #D7F126 Pear

📋 copy color: '#D7F126'

red 215 ◦ green 241 ◦ blue 38

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

Shades of Pear #D7F126

Tints of Pear #D7F126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.69%

R = 43.52%
G = 48.79%
B = 7.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D7F126 (or 0xD7F126) is known color: Pear. HEX triplet: D7, F1 and 26. RGB value is (215,241,38). Sum of RGB (Red+Green+Blue) = 215+241+38=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F126 is #280ED9. Grayscale: #D2D2D2. Windows color (decimal): -2625242 or 2552279. OLE color: 2552279.

HSL color Cylindrical-coordinate representation of color #D7F126: hue angle of 67.68º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7F126 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 241 38 -
CMYK 0.11 0 0.84 0.05
HSL 67.68º 0.88% 0.55% -
HSV(B) 67.68º 0.84% 0.95% -
XYZ 59.83 77.5 13.64 -
YUV 210.08 30.89 131.51 -
System Red Green Blue C M Y K H S L
Decimal 215 241 38 0.11 0 0.84 0.05 67.68 0.88 0.55
Hex D7 F1 26 B 0 54 5 44 58 37
Octal 327 361 46 13 0 124 5 104 130 67
Binary 11010111 11110001 100110 1011 0 1010100 101 1000100 1011000 110111

Color Harmonies of #D7F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F126

Black with #D7F126

Text Example


Text Example

White with #D7F126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F126; }

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

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

background-color css

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

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

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

border-color css

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

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

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