Html Css Color HEX #D4F126 Pear

📋 copy color: '#D4F126'

red 212 ◦ green 241 ◦ blue 38

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

Shades of Pear #D4F126

Tints of Pear #D4F126

RGB

 RED value IS 212 (83.2% from 255) = 43.18%

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

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

R = 43.18%
G = 49.08%
B = 7.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D4F126 (or 0xD4F126) is known color: Pear. HEX triplet: D4, F1 and 26. RGB value is (212,241,38). Sum of RGB (Red+Green+Blue) = 212+241+38=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F126 is #2B0ED9. Grayscale: #D1D1D1. Windows color (decimal): -2821850 or 2552276. OLE color: 2552276.

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

Color convert

RGB 212 241 38 -
CMYK 0.12 0 0.84 0.05
HSL 68.57º 0.88% 0.55% -
HSV(B) 68.57º 0.84% 0.95% -
XYZ 58.96 77.05 13.6 -
YUV 209.19 31.39 130.01 -
System Red Green Blue C M Y K H S L
Decimal 212 241 38 0.12 0 0.84 0.05 68.57 0.88 0.55
Hex D4 F1 26 C 0 54 5 45 58 37
Octal 324 361 46 14 0 124 5 105 130 67
Binary 11010100 11110001 100110 1100 0 1010100 101 1000101 1011000 110111

Color Harmonies of #D4F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F126

Black with #D4F126

Text Example


Text Example

White with #D4F126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F126; }

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

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

background-color css

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

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

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

border-color css

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

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

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