Html Css Color HEX #B2FA64 Conifer

📋 copy color: '#B2FA64'

red 178 ◦ green 250 ◦ blue 100

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

Shades of Conifer #B2FA64

Tints of Conifer #B2FA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 33.71%
G = 47.35%
B = 18.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#B2FA64 (or 0xB2FA64) is known color: Conifer. HEX triplet: B2, FA and 64. RGB value is (178,250,100). Sum of RGB (Red+Green+Blue) = 178+250+100=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA64 is #4D059B. Grayscale: #D3D3D3. Windows color (decimal): -5047708 or 6617778. OLE color: 6617778.

HSL color Cylindrical-coordinate representation of color #B2FA64: hue angle of 88.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2FA64 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 100 -
CMYK 0.29 0 0.6 0.02
HSL 88.8º 0.94% 0.69% -
HSV(B) 88.8º 0.6% 0.98% -
XYZ 54.85 78.76 24.37 -
YUV 211.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 178 250 100 0.29 0 0.6 0.02 88.8 0.94 0.69
Hex B2 FA 64 1D 0 3C 2 59 5E 45
Octal 262 372 144 35 0 74 2 131 136 105
Binary 10110010 11111010 1100100 11101 0 111100 10 1011001 1011110 1000101

Color Harmonies of #B2FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA64

Black with #B2FA64

Text Example


Text Example

White with #B2FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA64; }

 p { color: rgb(178,250,100); }

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

background-color css

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

 a { background-color: rgb(178,250,100); }

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

border-color css

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

 span { border-color: rgb(178,250,100); }

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