Html Css Color HEX #BBF148 Conifer

📋 copy color: '#BBF148'

red 187 ◦ green 241 ◦ blue 72

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

Shades of Conifer #BBF148

Tints of Conifer #BBF148

RGB

 RED value IS 187 (73.44% from 255) = 37.4%

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 37.4%
G = 48.2%
B = 14.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BBF148 (or 0xBBF148) is known color: Conifer. HEX triplet: BB, F1 and 48. RGB value is (187,241,72). Sum of RGB (Red+Green+Blue) = 187+241+72=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF148 is #440EB7. Grayscale: #CECECE. Windows color (decimal): -4460216 or 4780475. OLE color: 4780475.

HSL color Cylindrical-coordinate representation of color #BBF148: hue angle of 79.17º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF148 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 72 -
CMYK 0.22 0 0.70 0.05
HSL 79.17º 0.86% 0.61% -
HSV(B) 79.17º 0.7% 0.95% -
XYZ 53.12 73.94 17.6 -
YUV 205.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 187 241 72 0.22 0 0.70 0.05 79.17 0.86 0.61
Hex BB F1 48 16 0 46 5 4F 56 3D
Octal 273 361 110 26 0 106 5 117 126 75
Binary 10111011 11110001 1001000 10110 0 1000110 101 1001111 1010110 111101

Color Harmonies of #BBF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF148

Black with #BBF148

Text Example


Text Example

White with #BBF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF148; }

 p { color: rgb(187,241,72); }

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

background-color css

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

 a { background-color: rgb(187,241,72); }

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

border-color css

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

 span { border-color: rgb(187,241,72); }

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