Html Css Color HEX #D6FE30 Pear

📋 copy color: '#D6FE30'

red 214 ◦ green 254 ◦ blue 48

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

Shades of Pear #D6FE30

Tints of Pear #D6FE30

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.22%

 BLUE value IS 48 (19.14% from 255) = 9.3%

R = 41.47%
G = 49.22%
B = 9.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#D6FE30 (or 0xD6FE30) is known color: Pear. HEX triplet: D6, FE and 30. RGB value is (214,254,48). Sum of RGB (Red+Green+Blue) = 214+254+48=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FE30 is #2901CF. Grayscale: #DBDBDB. Windows color (decimal): -2687440 or 3210966. OLE color: 3210966.

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

Color convert

RGB 214 254 48 -
CMYK 0.16 0 0.81 0.00
HSL 71.65º 0.99% 0.59% -
HSV(B) 71.65º 0.81% 1% -
XYZ 63.71 85.39 15.92 -
YUV 218.56 31.75 124.75 -
System Red Green Blue C M Y K H S L
Decimal 214 254 48 0.16 0 0.81 0.00 71.65 0.99 0.59
Hex D6 FE 30 10 0 51 0 48 63 3B
Octal 326 376 60 20 0 121 0 110 143 73
Binary 11010110 11111110 110000 10000 0 1010001 0 1001000 1100011 111011

Color Harmonies of #D6FE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FE30

Black with #D6FE30

Text Example


Text Example

White with #D6FE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FE30; }

 p { color: rgb(214,254,48); }

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

background-color css

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

 a { background-color: rgb(214,254,48); }

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

border-color css

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

 span { border-color: rgb(214,254,48); }

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