Html Css Color HEX #D6F943 Pear

📋 copy color: '#D6F943'

red 214 ◦ green 249 ◦ blue 67

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

Shades of Pear #D6F943

Tints of Pear #D6F943

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 67 (26.56% from 255) = 12.64%

R = 40.38%
G = 46.98%
B = 12.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#D6F943 (or 0xD6F943) is known color: Pear. HEX triplet: D6, F9 and 43. RGB value is (214,249,67). Sum of RGB (Red+Green+Blue) = 214+249+67=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F943 is #2906BC. Grayscale: #DADADA. Windows color (decimal): -2688701 or 4454870. OLE color: 4454870.

HSL color Cylindrical-coordinate representation of color #D6F943: hue angle of 71.54º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6F943 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 67 -
CMYK 0.14 0 0.73 0.02
HSL 71.54º 0.94% 0.62% -
HSV(B) 71.54º 0.73% 0.98% -
XYZ 62.62 82.45 17.92 -
YUV 217.79 42.9 125.3 -
System Red Green Blue C M Y K H S L
Decimal 214 249 67 0.14 0 0.73 0.02 71.54 0.94 0.62
Hex D6 F9 43 E 0 49 2 48 5E 3E
Octal 326 371 103 16 0 111 2 110 136 76
Binary 11010110 11111001 1000011 1110 0 1001001 10 1001000 1011110 111110

Color Harmonies of #D6F943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F943

Black with #D6F943

Text Example


Text Example

White with #D6F943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F943; }

 p { color: rgb(214,249,67); }

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

background-color css

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

 a { background-color: rgb(214,249,67); }

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

border-color css

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

 span { border-color: rgb(214,249,67); }

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