Html Css Color HEX #D6F346 Pear

📋 copy color: '#D6F346'

red 214 ◦ green 243 ◦ blue 70

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

Shades of Pear #D6F346

Tints of Pear #D6F346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.28%

R = 40.61%
G = 46.11%
B = 13.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D6F346 (or 0xD6F346) is known color: Pear. HEX triplet: D6, F3 and 46. RGB value is (214,243,70). Sum of RGB (Red+Green+Blue) = 214+243+70=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F346 is #290CB9. Grayscale: #D7D7D7. Windows color (decimal): -2690234 or 4649942. OLE color: 4649942.

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

Color convert

RGB 214 243 70 -
CMYK 0.12 0 0.71 0.05
HSL 70.06º 0.88% 0.61% -
HSV(B) 70.06º 0.71% 0.95% -
XYZ 60.89 78.84 17.8 -
YUV 214.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 214 243 70 0.12 0 0.71 0.05 70.06 0.88 0.61
Hex D6 F3 46 C 0 47 5 46 58 3D
Octal 326 363 106 14 0 107 5 106 130 75
Binary 11010110 11110011 1000110 1100 0 1000111 101 1000110 1011000 111101

Color Harmonies of #D6F346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F346

Black with #D6F346

Text Example


Text Example

White with #D6F346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F346; }

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

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

background-color css

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

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

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

border-color css

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

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

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