Html Css Color HEX #D2F126 Pear

📋 copy color: '#D2F126'

red 210 ◦ green 241 ◦ blue 38

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

Shades of Pear #D2F126

Tints of Pear #D2F126

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

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

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

R = 42.94%
G = 49.28%
B = 7.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D2F126 (or 0xD2F126) is known color: Pear. HEX triplet: D2, F1 and 26. RGB value is (210,241,38). Sum of RGB (Red+Green+Blue) = 210+241+38=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F126 is #2D0ED9. Grayscale: #D1D1D1. Windows color (decimal): -2952922 or 2552274. OLE color: 2552274.

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

Color convert

RGB 210 241 38 -
CMYK 0.13 0 0.84 0.05
HSL 69.16º 0.88% 0.55% -
HSV(B) 69.16º 0.84% 0.95% -
XYZ 58.38 76.75 13.57 -
YUV 208.59 31.73 129.01 -
System Red Green Blue C M Y K H S L
Decimal 210 241 38 0.13 0 0.84 0.05 69.16 0.88 0.55
Hex D2 F1 26 D 0 54 5 45 58 37
Octal 322 361 46 15 0 124 5 105 130 67
Binary 11010010 11110001 100110 1101 0 1010100 101 1000101 1011000 110111

Color Harmonies of #D2F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F126

Black with #D2F126

Text Example


Text Example

White with #D2F126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F126; }

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

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

background-color css

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

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

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

border-color css

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

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

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