Html Css Color HEX #D6FB30 Pear

📋 copy color: '#D6FB30'

red 214 ◦ green 251 ◦ blue 48

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

Shades of Pear #D6FB30

Tints of Pear #D6FB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

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

R = 41.72%
G = 48.93%
B = 9.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D6FB30 (or 0xD6FB30) is known color: Pear. HEX triplet: D6, FB and 30. RGB value is (214,251,48). Sum of RGB (Red+Green+Blue) = 214+251+48=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FB30 is #2904CF. Grayscale: #D9D9D9. Windows color (decimal): -2688208 or 3210198. OLE color: 3210198.

HSL color Cylindrical-coordinate representation of color #D6FB30: hue angle of 70.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6FB30 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 48 -
CMYK 0.15 0 0.81 0.02
HSL 70.94º 0.96% 0.59% -
HSV(B) 70.94º 0.81% 0.98% -
XYZ 62.76 83.5 15.61 -
YUV 216.8 32.74 126.01 -
System Red Green Blue C M Y K H S L
Decimal 214 251 48 0.15 0 0.81 0.02 70.94 0.96 0.59
Hex D6 FB 30 F 0 51 2 47 60 3B
Octal 326 373 60 17 0 121 2 107 140 73
Binary 11010110 11111011 110000 1111 0 1010001 10 1000111 1100000 111011

Color Harmonies of #D6FB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB30

Black with #D6FB30

Text Example


Text Example

White with #D6FB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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