Html Css Color HEX #D6F03F Pear

📋 copy color: '#D6F03F'

red 214 ◦ green 240 ◦ blue 63

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

Shades of Pear #D6F03F

Tints of Pear #D6F03F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

 BLUE value IS 63 (25% from 255) = 12.19%

R = 41.39%
G = 46.42%
B = 12.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#D6F03F (or 0xD6F03F) is known color: Pear. HEX triplet: D6, F0 and 3F. RGB value is (214,240,63). Sum of RGB (Red+Green+Blue) = 214+240+63=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F03F is #290FC0. Grayscale: #D4D4D4. Windows color (decimal): -2691009 or 4190422. OLE color: 4190422.

HSL color Cylindrical-coordinate representation of color #D6F03F: hue angle of 68.81º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6F03F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 63 -
CMYK 0.11 0 0.74 0.06
HSL 68.81º 0.86% 0.59% -
HSV(B) 68.81º 0.74% 0.94% -
XYZ 59.79 76.98 16.41 -
YUV 212.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 214 240 63 0.11 0 0.74 0.06 68.81 0.86 0.59
Hex D6 F0 3F B 0 4A 6 45 56 3B
Octal 326 360 77 13 0 112 6 105 126 73
Binary 11010110 11110000 111111 1011 0 1001010 110 1000101 1010110 111011

Color Harmonies of #D6F03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F03F

Black with #D6F03F

Text Example


Text Example

White with #D6F03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F03F; }

 p { color: rgb(214,240,63); }

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

background-color css

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

 a { background-color: rgb(214,240,63); }

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

border-color css

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

 span { border-color: rgb(214,240,63); }

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