Html Css Color HEX #D6F626 Pear

📋 copy color: '#D6F626'

red 214 ◦ green 246 ◦ blue 38

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

Shades of Pear #D6F626

Tints of Pear #D6F626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.63%

R = 42.97%
G = 49.4%
B = 7.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#D6F626 (or 0xD6F626) is known color: Pear. HEX triplet: D6, F6 and 26. RGB value is (214,246,38). Sum of RGB (Red+Green+Blue) = 214+246+38=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F626 is #2909D9. Grayscale: #D5D5D5. Windows color (decimal): -2689498 or 2553558. OLE color: 2553558.

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

Color convert

RGB 214 246 38 -
CMYK 0.13 0 0.85 0.04
HSL 69.23º 0.92% 0.56% -
HSV(B) 69.23º 0.85% 0.96% -
XYZ 61.04 80.35 14.13 -
YUV 212.72 29.4 128.91 -
System Red Green Blue C M Y K H S L
Decimal 214 246 38 0.13 0 0.85 0.04 69.23 0.92 0.56
Hex D6 F6 26 D 0 55 4 45 5C 38
Octal 326 366 46 15 0 125 4 105 134 70
Binary 11010110 11110110 100110 1101 0 1010101 100 1000101 1011100 111000

Color Harmonies of #D6F626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F626

Black with #D6F626

Text Example


Text Example

White with #D6F626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F626; }

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

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

background-color css

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

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

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

border-color css

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

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

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