Html Css Color HEX #B8FC52 Conifer

📋 copy color: '#B8FC52'

red 184 ◦ green 252 ◦ blue 82

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

Shades of Conifer #B8FC52

Tints of Conifer #B8FC52

RGB

 RED value IS 184 (72.27% from 255) = 35.52%

 GREEN value IS 252 (98.83% from 255) = 48.65%

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

R = 35.52%
G = 48.65%
B = 15.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#B8FC52 (or 0xB8FC52) is known color: Conifer. HEX triplet: B8, FC and 52. RGB value is (184,252,82). Sum of RGB (Red+Green+Blue) = 184+252+82=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FC52 is #4703AD. Grayscale: #D4D4D4. Windows color (decimal): -4653998 or 5438648. OLE color: 5438648.

HSL color Cylindrical-coordinate representation of color #B8FC52: hue angle of 84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8FC52 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 252 82 -
CMYK 0.27 0 0.67 0.01
HSL 84º 0.97% 0.65% -
HSV(B) 84º 0.67% 0.99% -
XYZ 56.1 80.42 20.55 -
YUV 212.29 54.47 107.82 -
System Red Green Blue C M Y K H S L
Decimal 184 252 82 0.27 0 0.67 0.01 84 0.97 0.65
Hex B8 FC 52 1B 0 43 1 54 61 41
Octal 270 374 122 33 0 103 1 124 141 101
Binary 10111000 11111100 1010010 11011 0 1000011 1 1010100 1100001 1000001

Color Harmonies of #B8FC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FC52

Black with #B8FC52

Text Example


Text Example

White with #B8FC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FC52; }

 p { color: rgb(184,252,82); }

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

background-color css

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

 a { background-color: rgb(184,252,82); }

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

border-color css

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

 span { border-color: rgb(184,252,82); }

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