Html Css Color HEX #B2FF61 Conifer

📋 copy color: '#B2FF61'

red 178 ◦ green 255 ◦ blue 97

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

Shades of Conifer #B2FF61

Tints of Conifer #B2FF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 33.58%
G = 48.11%
B = 18.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#B2FF61 (or 0xB2FF61) is known color: Conifer. HEX triplet: B2, FF and 61. RGB value is (178,255,97). Sum of RGB (Red+Green+Blue) = 178+255+97=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF61 is #4D009E. Grayscale: #D6D6D6. Windows color (decimal): -5046431 or 6422450. OLE color: 6422450.

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

Color convert

RGB 178 255 97 -
CMYK 0.30 0 0.62 0
HSL 89.24º 1% 0.69% -
HSV(B) 89.24º 0.62% 1% -
XYZ 56.28 81.85 24.14 -
YUV 213.97 61.99 102.35 -
System Red Green Blue C M Y K H S L
Decimal 178 255 97 0.30 0 0.62 0 89.24 1 0.69
Hex B2 FF 61 1E 0 3E 0 59 64 45
Octal 262 377 141 36 0 76 0 131 144 105
Binary 10110010 11111111 1100001 11110 0 111110 0 1011001 1100100 1000101

Color Harmonies of #B2FF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF61

Black with #B2FF61

Text Example


Text Example

White with #B2FF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF61; }

 p { color: rgb(178,255,97); }

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

background-color css

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

 a { background-color: rgb(178,255,97); }

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

border-color css

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

 span { border-color: rgb(178,255,97); }

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