Html Css Color HEX #BBF348 Conifer

📋 copy color: '#BBF348'

red 187 ◦ green 243 ◦ blue 72

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

Shades of Conifer #BBF348

Tints of Conifer #BBF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

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

R = 37.25%
G = 48.41%
B = 14.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BBF348 (or 0xBBF348) is known color: Conifer. HEX triplet: BB, F3 and 48. RGB value is (187,243,72). Sum of RGB (Red+Green+Blue) = 187+243+72=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF348 is #440CB7. Grayscale: #CFCFCF. Windows color (decimal): -4459704 or 4780987. OLE color: 4780987.

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

Color convert

RGB 187 243 72 -
CMYK 0.23 0 0.70 0.05
HSL 79.65º 0.88% 0.62% -
HSV(B) 79.65º 0.7% 0.95% -
XYZ 53.71 75.13 17.8 -
YUV 206.76 51.95 113.9 -
System Red Green Blue C M Y K H S L
Decimal 187 243 72 0.23 0 0.70 0.05 79.65 0.88 0.62
Hex BB F3 48 17 0 46 5 50 58 3E
Octal 273 363 110 27 0 106 5 120 130 76
Binary 10111011 11110011 1001000 10111 0 1000110 101 1010000 1011000 111110

Color Harmonies of #BBF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF348

Black with #BBF348

Text Example


Text Example

White with #BBF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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