Html Css Color HEX #B5FF52 Conifer

📋 copy color: '#B5FF52'

red 181 ◦ green 255 ◦ blue 82

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

Shades of Conifer #B5FF52

Tints of Conifer #B5FF52

RGB

 RED value IS 181 (71.09% from 255) = 34.94%

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

 BLUE value IS 82 (32.42% from 255) = 15.83%

R = 34.94%
G = 49.23%
B = 15.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#B5FF52 (or 0xB5FF52) is known color: Conifer. HEX triplet: B5, FF and 52. RGB value is (181,255,82). Sum of RGB (Red+Green+Blue) = 181+255+82=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF52 is #4A00AD. Grayscale: #D5D5D5. Windows color (decimal): -4849838 or 5439413. OLE color: 5439413.

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

Color convert

RGB 181 255 82 -
CMYK 0.29 0 0.68 0
HSL 85.66º 1% 0.66% -
HSV(B) 85.66º 0.68% 1% -
XYZ 56.34 81.95 20.83 -
YUV 213.15 53.98 105.07 -
System Red Green Blue C M Y K H S L
Decimal 181 255 82 0.29 0 0.68 0 85.66 1 0.66
Hex B5 FF 52 1D 0 44 0 56 64 42
Octal 265 377 122 35 0 104 0 126 144 102
Binary 10110101 11111111 1010010 11101 0 1000100 0 1010110 1100100 1000010

Color Harmonies of #B5FF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF52

Black with #B5FF52

Text Example


Text Example

White with #B5FF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF52; }

 p { color: rgb(181,255,82); }

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

background-color css

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

 a { background-color: rgb(181,255,82); }

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

border-color css

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

 span { border-color: rgb(181,255,82); }

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