Html Css Color HEX #D6F63A Pear

📋 copy color: '#D6F63A'

red 214 ◦ green 246 ◦ blue 58

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

Shades of Pear #D6F63A

Tints of Pear #D6F63A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.49%

 BLUE value IS 58 (23.05% from 255) = 11.2%

R = 41.31%
G = 47.49%
B = 11.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#D6F63A (or 0xD6F63A) is known color: Pear. HEX triplet: D6, F6 and 3A. RGB value is (214,246,58). Sum of RGB (Red+Green+Blue) = 214+246+58=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F63A is #2909C5. Grayscale: #D7D7D7. Windows color (decimal): -2689478 or 3864278. OLE color: 3864278.

HSL color Cylindrical-coordinate representation of color #D6F63A: hue angle of 70.21º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6F63A is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 58 -
CMYK 0.13 0 0.76 0.04
HSL 70.21º 0.91% 0.6% -
HSV(B) 70.21º 0.76% 0.96% -
XYZ 61.45 80.51 16.3 -
YUV 215 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 214 246 58 0.13 0 0.76 0.04 70.21 0.91 0.6
Hex D6 F6 3A D 0 4C 4 46 5B 3C
Octal 326 366 72 15 0 114 4 106 133 74
Binary 11010110 11110110 111010 1101 0 1001100 100 1000110 1011011 111100

Color Harmonies of #D6F63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F63A

Black with #D6F63A

Text Example


Text Example

White with #D6F63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F63A; }

 p { color: rgb(214,246,58); }

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

background-color css

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

 a { background-color: rgb(214,246,58); }

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

border-color css

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

 span { border-color: rgb(214,246,58); }

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