Html Css Color HEX #D6F136 Pear

📋 copy color: '#D6F136'

red 214 ◦ green 241 ◦ blue 54

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

Shades of Pear #D6F136

Tints of Pear #D6F136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.61%

R = 42.04%
G = 47.35%
B = 10.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D6F136 (or 0xD6F136) is known color: Pear. HEX triplet: D6, F1 and 36. RGB value is (214,241,54). Sum of RGB (Red+Green+Blue) = 214+241+54=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 54 (21.48% from 255 or 10.61% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F136 is #290EC9. Grayscale: #D4D4D4. Windows color (decimal): -2690762 or 3600854. OLE color: 3600854.

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

Color convert

RGB 214 241 54 -
CMYK 0.11 0 0.78 0.05
HSL 68.66º 0.87% 0.58% -
HSV(B) 68.66º 0.78% 0.95% -
XYZ 59.85 77.47 15.29 -
YUV 211.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 214 241 54 0.11 0 0.78 0.05 68.66 0.87 0.58
Hex D6 F1 36 B 0 4E 5 45 57 3A
Octal 326 361 66 13 0 116 5 105 127 72
Binary 11010110 11110001 110110 1011 0 1001110 101 1000101 1010111 111010

Color Harmonies of #D6F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F136

Black with #D6F136

Text Example


Text Example

White with #D6F136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F136; }

 p { color: rgb(214,241,54); }

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

background-color css

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

 a { background-color: rgb(214,241,54); }

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

border-color css

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

 span { border-color: rgb(214,241,54); }

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