Html Css Color HEX #D6F625 Pear

📋 copy color: '#D6F625'

red 214 ◦ green 246 ◦ blue 37

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

Shades of Pear #D6F625

Tints of Pear #D6F625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.44%

R = 43.06%
G = 49.5%
B = 7.44%

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

#D6F625 (or 0xD6F625) is known color: Pear. HEX triplet: D6, F6 and 25. RGB value is (214,246,37). Sum of RGB (Red+Green+Blue) = 214+246+37=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F625 is #2909DA. Grayscale: #D5D5D5. Windows color (decimal): -2689499 or 2488022. OLE color: 2488022.

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

Color convert

RGB 214 246 37 -
CMYK 0.13 0 0.85 0.04
HSL 69.19º 0.92% 0.55% -
HSV(B) 69.19º 0.85% 0.96% -
XYZ 61.02 80.34 14.04 -
YUV 212.61 28.9 128.99 -
System Red Green Blue C M Y K H S L
Decimal 214 246 37 0.13 0 0.85 0.04 69.19 0.92 0.55
Hex D6 F6 25 D 0 55 4 45 5C 37
Octal 326 366 45 15 0 125 4 105 134 67
Binary 11010110 11110110 100101 1101 0 1010101 100 1000101 1011100 110111

Color Harmonies of #D6F625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F625

Black with #D6F625

Text Example


Text Example

White with #D6F625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F625; }

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

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

background-color css

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

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

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

border-color css

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

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

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