Html Css Color HEX #D6F348 Pear

📋 copy color: '#D6F348'

red 214 ◦ green 243 ◦ blue 72

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

Shades of Pear #D6F348

Tints of Pear #D6F348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.61%

R = 40.45%
G = 45.94%
B = 13.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D6F348 (or 0xD6F348) is known color: Pear. HEX triplet: D6, F3 and 48. RGB value is (214,243,72). Sum of RGB (Red+Green+Blue) = 214+243+72=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F348 is #290CB7. Grayscale: #D7D7D7. Windows color (decimal): -2690232 or 4781014. OLE color: 4781014.

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

Color convert

RGB 214 243 72 -
CMYK 0.12 0 0.70 0.05
HSL 70.18º 0.88% 0.62% -
HSV(B) 70.18º 0.7% 0.95% -
XYZ 60.95 78.87 18.14 -
YUV 214.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 214 243 72 0.12 0 0.70 0.05 70.18 0.88 0.62
Hex D6 F3 48 C 0 46 5 46 58 3E
Octal 326 363 110 14 0 106 5 106 130 76
Binary 11010110 11110011 1001000 1100 0 1000110 101 1000110 1011000 111110

Color Harmonies of #D6F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F348

Black with #D6F348

Text Example


Text Example

White with #D6F348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F348; }

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

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

background-color css

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

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

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

border-color css

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

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

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