Html Css Color HEX #D6F825 Pear

📋 copy color: '#D6F825'

red 214 ◦ green 248 ◦ blue 37

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

Shades of Pear #D6F825

Tints of Pear #D6F825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 42.89%
G = 49.7%
B = 7.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#D6F825 (or 0xD6F825) is known color: Pear. HEX triplet: D6, F8 and 25. RGB value is (214,248,37). Sum of RGB (Red+Green+Blue) = 214+248+37=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F825 is #2907DA. Grayscale: #D6D6D6. Windows color (decimal): -2688987 or 2488534. OLE color: 2488534.

HSL color Cylindrical-coordinate representation of color #D6F825: hue angle of 69.67º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6F825 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 248 37 -
CMYK 0.14 0 0.85 0.03
HSL 69.67º 0.94% 0.56% -
HSV(B) 69.67º 0.85% 0.97% -
XYZ 61.63 81.56 14.25 -
YUV 213.78 28.24 128.16 -
System Red Green Blue C M Y K H S L
Decimal 214 248 37 0.14 0 0.85 0.03 69.67 0.94 0.56
Hex D6 F8 25 E 0 55 3 46 5E 38
Octal 326 370 45 16 0 125 3 106 136 70
Binary 11010110 11111000 100101 1110 0 1010101 11 1000110 1011110 111000

Color Harmonies of #D6F825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F825

Black with #D6F825

Text Example


Text Example

White with #D6F825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F825; }

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

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

background-color css

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

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

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

border-color css

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

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

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