Html Css Color HEX #D6F134 Pear

📋 copy color: '#D6F134'

red 214 ◦ green 241 ◦ blue 52

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

Shades of Pear #D6F134

Tints of Pear #D6F134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.26%

R = 42.21%
G = 47.53%
B = 10.26%

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

#D6F134 (or 0xD6F134) is known color: Pear. HEX triplet: D6, F1 and 34. RGB value is (214,241,52). Sum of RGB (Red+Green+Blue) = 214+241+52=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F134 is #290ECB. Grayscale: #D4D4D4. Windows color (decimal): -2690764 or 3469782. OLE color: 3469782.

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

Color convert

RGB 214 241 52 -
CMYK 0.11 0 0.78 0.05
HSL 68.57º 0.87% 0.57% -
HSV(B) 68.57º 0.78% 0.95% -
XYZ 59.81 77.45 15.05 -
YUV 211.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 214 241 52 0.11 0 0.78 0.05 68.57 0.87 0.57
Hex D6 F1 34 B 0 4E 5 45 57 39
Octal 326 361 64 13 0 116 5 105 127 71
Binary 11010110 11110001 110100 1011 0 1001110 101 1000101 1010111 111001

Color Harmonies of #D6F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F134

Black with #D6F134

Text Example


Text Example

White with #D6F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F134; }

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

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

background-color css

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

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

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

border-color css

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

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

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