Html Css Color HEX #D6F740 Pear

📋 copy color: '#D6F740'

red 214 ◦ green 247 ◦ blue 64

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

Shades of Pear #D6F740

Tints of Pear #D6F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.05%

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 40.76%
G = 47.05%
B = 12.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#D6F740 (or 0xD6F740) is known color: Pear. HEX triplet: D6, F7 and 40. RGB value is (214,247,64). Sum of RGB (Red+Green+Blue) = 214+247+64=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F740 is #2908BF. Grayscale: #D8D8D8. Windows color (decimal): -2689216 or 4257750. OLE color: 4257750.

HSL color Cylindrical-coordinate representation of color #D6F740: hue angle of 70.82º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6F740 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 247 64 -
CMYK 0.13 0 0.74 0.03
HSL 70.82º 0.92% 0.61% -
HSV(B) 70.82º 0.74% 0.97% -
XYZ 61.92 81.19 17.26 -
YUV 216.27 42.07 126.38 -
System Red Green Blue C M Y K H S L
Decimal 214 247 64 0.13 0 0.74 0.03 70.82 0.92 0.61
Hex D6 F7 40 D 0 4A 3 47 5C 3D
Octal 326 367 100 15 0 112 3 107 134 75
Binary 11010110 11110111 1000000 1101 0 1001010 11 1000111 1011100 111101

Color Harmonies of #D6F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F740

Black with #D6F740

Text Example


Text Example

White with #D6F740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F740; }

 p { color: rgb(214,247,64); }

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

background-color css

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

 a { background-color: rgb(214,247,64); }

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

border-color css

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

 span { border-color: rgb(214,247,64); }

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