Html Css Color HEX #BBF145 Conifer

📋 copy color: '#BBF145'

red 187 ◦ green 241 ◦ blue 69

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

Shades of Conifer #BBF145

Tints of Conifer #BBF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 37.63%
G = 48.49%
B = 13.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BBF145 (or 0xBBF145) is known color: Conifer. HEX triplet: BB, F1 and 45. RGB value is (187,241,69). Sum of RGB (Red+Green+Blue) = 187+241+69=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF145 is #440EBA. Grayscale: #CDCDCD. Windows color (decimal): -4460219 or 4583867. OLE color: 4583867.

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

Color convert

RGB 187 241 69 -
CMYK 0.22 0 0.71 0.05
HSL 78.84º 0.86% 0.61% -
HSV(B) 78.84º 0.71% 0.95% -
XYZ 53.02 73.91 17.1 -
YUV 205.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 187 241 69 0.22 0 0.71 0.05 78.84 0.86 0.61
Hex BB F1 45 16 0 47 5 4F 56 3D
Octal 273 361 105 26 0 107 5 117 126 75
Binary 10111011 11110001 1000101 10110 0 1000111 101 1001111 1010110 111101

Color Harmonies of #BBF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF145

Black with #BBF145

Text Example


Text Example

White with #BBF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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