Html Css Color HEX #D6F528 Pear

📋 copy color: '#D6F528'

red 214 ◦ green 245 ◦ blue 40

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

Shades of Pear #D6F528

Tints of Pear #D6F528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.02%

R = 42.89%
G = 49.1%
B = 8.02%

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

#D6F528 (or 0xD6F528) is known color: Pear. HEX triplet: D6, F5 and 28. RGB value is (214,245,40). Sum of RGB (Red+Green+Blue) = 214+245+40=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F528 is #290AD7. Grayscale: #D5D5D5. Windows color (decimal): -2689752 or 2684374. OLE color: 2684374.

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

Color convert

RGB 214 245 40 -
CMYK 0.13 0 0.84 0.04
HSL 69.07º 0.91% 0.56% -
HSV(B) 69.07º 0.84% 0.96% -
XYZ 60.77 79.75 14.2 -
YUV 212.36 30.73 129.17 -
System Red Green Blue C M Y K H S L
Decimal 214 245 40 0.13 0 0.84 0.04 69.07 0.91 0.56
Hex D6 F5 28 D 0 54 4 45 5B 38
Octal 326 365 50 15 0 124 4 105 133 70
Binary 11010110 11110101 101000 1101 0 1010100 100 1000101 1011011 111000

Color Harmonies of #D6F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F528

Black with #D6F528

Text Example


Text Example

White with #D6F528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F528; }

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

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

background-color css

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

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

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

border-color css

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

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

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