Html Css Color HEX #D6F42F Pear

📋 copy color: '#D6F42F'

red 214 ◦ green 244 ◦ blue 47

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

Shades of Pear #D6F42F

Tints of Pear #D6F42F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.32%

 BLUE value IS 47 (18.75% from 255) = 9.31%

R = 42.38%
G = 48.32%
B = 9.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#D6F42F (or 0xD6F42F) is known color: Pear. HEX triplet: D6, F4 and 2F. RGB value is (214,244,47). Sum of RGB (Red+Green+Blue) = 214+244+47=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F42F is #290BD0. Grayscale: #D5D5D5. Windows color (decimal): -2690001 or 3142870. OLE color: 3142870.

HSL color Cylindrical-coordinate representation of color #D6F42F: hue angle of 69.14º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6F42F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 244 47 -
CMYK 0.12 0 0.81 0.04
HSL 69.14º 0.9% 0.57% -
HSV(B) 69.14º 0.81% 0.96% -
XYZ 60.6 79.2 14.78 -
YUV 212.57 34.56 129.02 -
System Red Green Blue C M Y K H S L
Decimal 214 244 47 0.12 0 0.81 0.04 69.14 0.9 0.57
Hex D6 F4 2F C 0 51 4 45 5A 39
Octal 326 364 57 14 0 121 4 105 132 71
Binary 11010110 11110100 101111 1100 0 1010001 100 1000101 1011010 111001

Color Harmonies of #D6F42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F42F

Black with #D6F42F

Text Example


Text Example

White with #D6F42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F42F; }

 p { color: rgb(214,244,47); }

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

background-color css

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

 a { background-color: rgb(214,244,47); }

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

border-color css

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

 span { border-color: rgb(214,244,47); }

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