Html Css Color HEX #B4F166 Conifer

📋 copy color: '#B4F166'

red 180 ◦ green 241 ◦ blue 102

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

Shades of Conifer #B4F166

Tints of Conifer #B4F166

RGB

 RED value IS 180 (70.7% from 255) = 34.42%

 GREEN value IS 241 (94.53% from 255) = 46.08%

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

R = 34.42%
G = 46.08%
B = 19.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#B4F166 (or 0xB4F166) is known color: Conifer. HEX triplet: B4, F1 and 66. RGB value is (180,241,102). Sum of RGB (Red+Green+Blue) = 180+241+102=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F166 is #4B0E99. Grayscale: #CFCFCF. Windows color (decimal): -4918938 or 6746548. OLE color: 6746548.

HSL color Cylindrical-coordinate representation of color #B4F166: hue angle of 86.33º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4F166 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 102 -
CMYK 0.25 0 0.58 0.05
HSL 86.33º 0.83% 0.67% -
HSV(B) 86.33º 0.58% 0.95% -
XYZ 52.68 73.57 24 -
YUV 206.92 68.79 108.8 -
System Red Green Blue C M Y K H S L
Decimal 180 241 102 0.25 0 0.58 0.05 86.33 0.83 0.67
Hex B4 F1 66 19 0 3A 5 56 53 43
Octal 264 361 146 31 0 72 5 126 123 103
Binary 10110100 11110001 1100110 11001 0 111010 101 1010110 1010011 1000011

Color Harmonies of #B4F166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F166

Black with #B4F166

Text Example


Text Example

White with #B4F166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F166; }

 p { color: rgb(180,241,102); }

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

background-color css

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

 a { background-color: rgb(180,241,102); }

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

border-color css

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

 span { border-color: rgb(180,241,102); }

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