Html Css Color HEX #D6F34C Pear

📋 copy color: '#D6F34C'

red 214 ◦ green 243 ◦ blue 76

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

Shades of Pear #D6F34C

Tints of Pear #D6F34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

 BLUE value IS 76 (30.08% from 255) = 14.26%

R = 40.15%
G = 45.59%
B = 14.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D6F34C (or 0xD6F34C) is known color: Pear. HEX triplet: D6, F3 and 4C. RGB value is (214,243,76). Sum of RGB (Red+Green+Blue) = 214+243+76=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F34C is #290CB3. Grayscale: #D7D7D7. Windows color (decimal): -2690228 or 5043158. OLE color: 5043158.

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

Color convert

RGB 214 243 76 -
CMYK 0.12 0 0.69 0.05
HSL 70.42º 0.87% 0.63% -
HSV(B) 70.42º 0.69% 0.95% -
XYZ 61.09 78.92 18.85 -
YUV 215.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 214 243 76 0.12 0 0.69 0.05 70.42 0.87 0.63
Hex D6 F3 4C C 0 45 5 46 57 3F
Octal 326 363 114 14 0 105 5 106 127 77
Binary 11010110 11110011 1001100 1100 0 1000101 101 1000110 1010111 111111

Color Harmonies of #D6F34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F34C

Black with #D6F34C

Text Example


Text Example

White with #D6F34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F34C; }

 p { color: rgb(214,243,76); }

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

background-color css

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

 a { background-color: rgb(214,243,76); }

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

border-color css

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

 span { border-color: rgb(214,243,76); }

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