Html Css Color HEX #D6FF25 Pear

📋 copy color: '#D6FF25'

red 214 ◦ green 255 ◦ blue 37

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

Shades of Pear #D6FF25

Tints of Pear #D6FF25

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

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

R = 42.29%
G = 50.4%
B = 7.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#D6FF25 (or 0xD6FF25) is known color: Pear. HEX triplet: D6, FF and 25. RGB value is (214,255,37). Sum of RGB (Red+Green+Blue) = 214+255+37=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF25 is #2900DA. Grayscale: #DADADA. Windows color (decimal): -2687195 or 2490326. OLE color: 2490326.

HSL color Cylindrical-coordinate representation of color #D6FF25: hue angle of 71.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6FF25 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 214 255 37 -
CMYK 0.16 0 0.85 0
HSL 71.28º 1% 0.57% -
HSV(B) 71.28º 0.85% 1% -
XYZ 63.83 85.95 14.98 -
YUV 217.89 25.92 125.23 -
System Red Green Blue C M Y K H S L
Decimal 214 255 37 0.16 0 0.85 0 71.28 1 0.57
Hex D6 FF 25 10 0 55 0 47 64 39
Octal 326 377 45 20 0 125 0 107 144 71
Binary 11010110 11111111 100101 10000 0 1010101 0 1000111 1100100 111001

Color Harmonies of #D6FF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FF25

Black with #D6FF25

Text Example


Text Example

White with #D6FF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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