Html Css Color HEX #D6F526 Pear

📋 copy color: '#D6F526'

red 214 ◦ green 245 ◦ blue 38

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

Shades of Pear #D6F526

Tints of Pear #D6F526

RGB

 RED value IS 214 (83.98% from 255) = 43.06%

 GREEN value IS 245 (96.09% from 255) = 49.3%

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

R = 43.06%
G = 49.3%
B = 7.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#D6F526 (or 0xD6F526) is known color: Pear. HEX triplet: D6, F5 and 26. RGB value is (214,245,38). Sum of RGB (Red+Green+Blue) = 214+245+38=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 38 (15.23% from 255 or 7.65% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F526 is #290AD9. Grayscale: #D4D4D4. Windows color (decimal): -2689754 or 2553302. OLE color: 2553302.

HSL color Cylindrical-coordinate representation of color #D6F526: hue angle of 68.99º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6F526 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 245 38 -
CMYK 0.13 0 0.84 0.04
HSL 68.99º 0.91% 0.55% -
HSV(B) 68.99º 0.84% 0.96% -
XYZ 60.73 79.74 14.02 -
YUV 212.13 29.73 129.33 -
System Red Green Blue C M Y K H S L
Decimal 214 245 38 0.13 0 0.84 0.04 68.99 0.91 0.55
Hex D6 F5 26 D 0 54 4 45 5B 37
Octal 326 365 46 15 0 124 4 105 133 67
Binary 11010110 11110101 100110 1101 0 1010100 100 1000101 1011011 110111

Color Harmonies of #D6F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F526

Black with #D6F526

Text Example


Text Example

White with #D6F526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F526; }

 p { color: rgb(214,245,38); }

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

background-color css

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

 a { background-color: rgb(214,245,38); }

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

border-color css

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

 span { border-color: rgb(214,245,38); }

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