Html Css Color HEX #D6F240 Pear

📋 copy color: '#D6F240'

red 214 ◦ green 242 ◦ blue 64

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

Shades of Pear #D6F240

Tints of Pear #D6F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

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

R = 41.15%
G = 46.54%
B = 12.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#D6F240 (or 0xD6F240) is known color: Pear. HEX triplet: D6, F2 and 40. RGB value is (214,242,64). Sum of RGB (Red+Green+Blue) = 214+242+64=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F240 is #290DBF. Grayscale: #D6D6D6. Windows color (decimal): -2690496 or 4256470. OLE color: 4256470.

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

Color convert

RGB 214 242 64 -
CMYK 0.12 0 0.74 0.05
HSL 69.44º 0.87% 0.6% -
HSV(B) 69.44º 0.74% 0.95% -
XYZ 60.41 78.17 16.76 -
YUV 213.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 214 242 64 0.12 0 0.74 0.05 69.44 0.87 0.6
Hex D6 F2 40 C 0 4A 5 45 57 3C
Octal 326 362 100 14 0 112 5 105 127 74
Binary 11010110 11110010 1000000 1100 0 1001010 101 1000101 1010111 111100

Color Harmonies of #D6F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F240

Black with #D6F240

Text Example


Text Example

White with #D6F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F240; }

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

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

background-color css

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

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

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

border-color css

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

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

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