Html Css Color HEX #B2FC5C Conifer

📋 copy color: '#B2FC5C'

red 178 ◦ green 252 ◦ blue 92

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

Shades of Conifer #B2FC5C

Tints of Conifer #B2FC5C

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

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

 BLUE value IS 92 (36.33% from 255) = 17.62%

R = 34.1%
G = 48.28%
B = 17.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#B2FC5C (or 0xB2FC5C) is known color: Conifer. HEX triplet: B2, FC and 5C. RGB value is (178,252,92). Sum of RGB (Red+Green+Blue) = 178+252+92=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC5C is #4D03A3. Grayscale: #D4D4D4. Windows color (decimal): -5047204 or 6094002. OLE color: 6094002.

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

Color convert

RGB 178 252 92 -
CMYK 0.29 0 0.63 0.01
HSL 87.75º 0.96% 0.67% -
HSV(B) 87.75º 0.63% 0.99% -
XYZ 55.1 79.86 22.64 -
YUV 211.63 60.48 104.01 -
System Red Green Blue C M Y K H S L
Decimal 178 252 92 0.29 0 0.63 0.01 87.75 0.96 0.67
Hex B2 FC 5C 1D 0 3F 1 58 60 43
Octal 262 374 134 35 0 77 1 130 140 103
Binary 10110010 11111100 1011100 11101 0 111111 1 1011000 1100000 1000011

Color Harmonies of #B2FC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FC5C

Black with #B2FC5C

Text Example


Text Example

White with #B2FC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FC5C; }

 p { color: rgb(178,252,92); }

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

background-color css

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

 a { background-color: rgb(178,252,92); }

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

border-color css

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

 span { border-color: rgb(178,252,92); }

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