Html Css Color HEX #B2F966 Conifer

📋 copy color: '#B2F966'

red 178 ◦ green 249 ◦ blue 102

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

Shades of Conifer #B2F966

Tints of Conifer #B2F966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.07%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 33.65%
G = 47.07%
B = 19.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#B2F966 (or 0xB2F966) is known color: Conifer. HEX triplet: B2, F9 and 66. RGB value is (178,249,102). Sum of RGB (Red+Green+Blue) = 178+249+102=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F966 is #4D0699. Grayscale: #D3D3D3. Windows color (decimal): -5047962 or 6748594. OLE color: 6748594.

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

Color convert

RGB 178 249 102 -
CMYK 0.29 0 0.59 0.02
HSL 88.98º 0.92% 0.69% -
HSV(B) 88.98º 0.59% 0.98% -
XYZ 54.63 78.18 24.78 -
YUV 211.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 178 249 102 0.29 0 0.59 0.02 88.98 0.92 0.69
Hex B2 F9 66 1D 0 3B 2 59 5C 45
Octal 262 371 146 35 0 73 2 131 134 105
Binary 10110010 11111001 1100110 11101 0 111011 10 1011001 1011100 1000101

Color Harmonies of #B2F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F966

Black with #B2F966

Text Example


Text Example

White with #B2F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F966; }

 p { color: rgb(178,249,102); }

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

background-color css

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

 a { background-color: rgb(178,249,102); }

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

border-color css

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

 span { border-color: rgb(178,249,102); }

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